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 5e58e3b commit 10f30bfCopy full SHA for 10f30bf
renovate.json
@@ -2,5 +2,18 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
6
+ "packageRules": [
7
+ {
8
+ "groupName": "all non-major dependencies",
9
+ "groupSlug": "all-minor-patch",
10
+ "matchPackagePatterns": [
11
+ "*"
12
13
+ "matchUpdateTypes": [
14
+ "minor",
15
+ "patch"
16
+ ]
17
+ }
18
]
19
}
0 commit comments