Skip to content

Commit 5b83e84

Browse files
committed
ci(renovate): update renovate.json to separate automerge strategy
only minor & patch can be automerged, major can't, and group all updates together
1 parent 541771b commit 5b83e84

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
"extends": ["config:base", "schedule:earlyMondays"],
44
"packageRules": [
55
{
6-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
6+
"matchPackagePatterns": ["*"],
7+
"matchUpdateTypes": ["minor", "patch"],
8+
"groupName": "all non-major dependencies",
9+
"groupSlug": "all-minor-patch",
710
"automerge": true
11+
},
12+
{
13+
"matchPackagePatterns": ["*"],
14+
"matchUpdateTypes": ["major"],
15+
"groupName": "all major dependencies",
16+
"groupSlug": "all-major-patch"
817
}
918
],
1019
"platformAutomerge": true

0 commit comments

Comments
 (0)