Skip to content

Commit 3a669cf

Browse files
committed
chore(renovate): adjust the order of package rules to ensure the grouping functions as expected
1 parent 7cbab28 commit 3a669cf

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

renovate.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@
1818
"matchCurrentVersion": "!/^0/",
1919
"automerge": false
2020
},
21+
{
22+
"description": "Group all DevDependencies together",
23+
"groupName": "DevDependencies",
24+
"groupSlug": "auto-merge-dev-dependencies-updates",
25+
"matchDepTypes": ["devDependencies"],
26+
"commitBody": "Beachball-bump-type: none",
27+
"automerge": false
28+
},
29+
{
30+
"description": "Mark peerDependencies's major updates as breaking changes",
31+
"groupName": "PeerDependencies(major)",
32+
"groupSlug": "peer-dependencies-major-updates",
33+
"matchDepTypes": ["peerDependencies"],
34+
"matchUpdateTypes": ["major"],
35+
"commitBody": "Beachball-bump-type: major"
36+
},
2137
{
2238
"description": "Mark rule and plugin updates as breaking changes",
2339
"groupName": "ESLint rule and plugin updates",
@@ -32,22 +48,6 @@
3248
],
3349
"commitBody": "Beachball-bump-type: major"
3450
},
35-
{
36-
"description": "Mark peerDependencies's major updates as breaking changes",
37-
"groupName": "PeerDependencies(major)",
38-
"groupSlug": "peer-dependencies-major-updates",
39-
"matchDepTypes": ["peerDependencies"],
40-
"matchUpdateTypes": ["major"],
41-
"commitBody": "Beachball-bump-type: major"
42-
},
43-
{
44-
"description": "Group all DevDependencies together",
45-
"groupName": "DevDependencies",
46-
"groupSlug": "auto-merge-dev-dependencies-updates",
47-
"matchDepTypes": ["devDependencies"],
48-
"commitBody": "Beachball-bump-type: none",
49-
"automerge": false
50-
},
5151
{
5252
"description": "Group all RightCapital packages (non-major) together",
5353
"groupName": "RightCapital packages (non-major)",

0 commit comments

Comments
 (0)