Skip to content

Commit 4625924

Browse files
ci: group all root dependency updates
1 parent 6ba2e25 commit 4625924

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/renovate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,19 @@
3131
"excludePackageNames": ["@storybook/react-vite"]
3232
},
3333
{
34-
"description": "all dependency upgrades in the root package.json should not affect release notes",
34+
"description": "root package dependencies",
35+
"extends": ["schedule:weekly"],
3536
"matchFiles": ["package.json"],
3637
"semanticCommitType": "chore",
37-
"extends": ["schedule:weekly", "group:allNonMajor"]
38+
"groupName": "all non-major dependencies",
39+
"groupSlug": "root-all-minor-patch",
40+
"matchPackagePatterns": [
41+
"*"
42+
],
43+
"matchUpdateTypes": [
44+
"minor",
45+
"patch"
46+
]
3847
},
3948
{
4049
"matchPaths": ["examples/**"],

0 commit comments

Comments
 (0)