We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba2e25 commit 4625924Copy full SHA for 4625924
.github/renovate.json
@@ -31,10 +31,19 @@
31
"excludePackageNames": ["@storybook/react-vite"]
32
},
33
{
34
- "description": "all dependency upgrades in the root package.json should not affect release notes",
+ "description": "root package dependencies",
35
+ "extends": ["schedule:weekly"],
36
"matchFiles": ["package.json"],
37
"semanticCommitType": "chore",
- "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
+ ]
47
48
49
"matchPaths": ["examples/**"],
0 commit comments