We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f76d12 commit e1b6c81Copy full SHA for e1b6c81
1 file changed
renovate.json
@@ -1,14 +1,21 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ],
6
- "rebaseWhen": "conflicted",
7
- "packageRules": [
8
- {
9
- "groupName": "minor and patch updates",
10
- "matchPackagePatterns": ["*"],
11
- "matchUpdateTypes": ["minor", "patch", "pin", "digest"]
12
- }
13
- ]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
+ "config:recommended"
+ ],
+ "rebaseWhen": "conflicted",
+ "packageRules": [
+ {
+ "groupName": "minor and patch updates",
+ "matchUpdateTypes": [
+ "minor",
+ "patch",
+ "pin",
14
+ "digest"
15
16
+ "matchPackageNames": [
17
+ "*"
18
+ ]
19
+ }
20
21
}
0 commit comments