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 f514bff commit 000cdecCopy full SHA for 000cdec
renovate.json
@@ -3,7 +3,16 @@
3
"extends": [
4
"config:recommended"
5
],
6
+ "packageRules": [
7
+ {
8
+ "groupName": "Patch version bumps",
9
+ "matchUpdateTypes": ["patch"]
10
+ },
11
12
+ "groupName": "Minor version bumps",
13
+ "matchUpdateTypes": ["minor"]
14
+ }
15
+ ],
16
"addLabels": ["dependencies"],
- "assignees": ["gjong"],
- "automerge": true
17
+ "assignees": ["gjong"]
18
}
renovatie.json
0 commit comments