Skip to content

Commit 51220a9

Browse files
authored
chore: automerge by matching update types (#214)
Signed-off-by: msclock <[email protected]>
1 parent 6cf777a commit 51220a9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@
55
":enablePreCommit"
66
],
77
"prHourlyLimit": 0,
8-
"automerge": true,
98
"automergeType": "pr",
109
"automergeStrategy": "merge-commit",
1110
"platformAutomerge": true,
1211
"packageRules": [
12+
{
13+
"matchUpdateTypes": [
14+
"minor",
15+
"patch",
16+
"pin",
17+
"digest"
18+
],
19+
"automerge": true
20+
},
1321
{
1422
"description": "Update port with label update-port and depName commit message topic",
1523
"addLabels": [
@@ -19,6 +27,13 @@
1927
"git-hash-port",
2028
"semver-port"
2129
],
30+
"automerge": true,
31+
"matchUpdateTypes": [
32+
"major",
33+
"minor",
34+
"patch",
35+
"digest"
36+
],
2237
"semanticCommitScope": "port",
2338
"commitMessageTopic": "{{depName}}"
2439
}

0 commit comments

Comments
 (0)