Skip to content

Commit 2ce228c

Browse files
committed
ci: 💚 pinDigtestは全てオートマージするように
1 parent bc553af commit 2ce228c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/renovate/auto-merge.json5

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
{
77
description: "Auto merge up to patch",
88
automerge: true,
9-
matchUpdateTypes: ["patch", "digest"],
10-
},
11-
{
12-
description: "Auto merge pinDigest",
13-
automerge: true,
14-
matchUpdateTypes: ["pinDigest"],
9+
matchUpdateTypes: ["patch", "digest", "pinDigest"],
1510
},
1611

1712
// 他のルールは必ずこの下に書く
@@ -37,7 +32,7 @@
3732
description: "Disable auto merge for portal production environment",
3833
automerge: false,
3934
matchDatasources: ["docker"],
40-
matchUpdateTypes: ["digest", "pinDigest"],
35+
matchUpdateTypes: ["digest"],
4136
matchCurrentValue: "/^latest$/",
4237
matchDepNames: ["ghcr.io/traptitech/portal"],
4338
},
@@ -55,7 +50,7 @@
5550
{
5651
description: "Auto merge up to minor for some images",
5752
automerge: true,
58-
matchUpdateTypes: ["minor", "patch", "digest", "pinDigest"],
53+
matchUpdateTypes: ["minor", "patch", "digest"],
5954
matchDatasources: ["docker"],
6055
matchDepNames: [
6156
"ghcr.io/renovatebot/renovate",
@@ -69,7 +64,7 @@
6964
matchManagers: ["github-actions"],
7065
matchDatasources: ["github-tags"],
7166
automerge: true,
72-
matchUpdateTypes: ["minor", "patch", "digest", "pinDigest"],
67+
matchUpdateTypes: ["minor", "patch", "digest"],
7368
},
7469
// アップデートしたら壊れるパッケージの自動マージを無効化
7570
{

0 commit comments

Comments
 (0)