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 11b29d3 commit 9c8d087Copy full SHA for 9c8d087
.github/renovate.json5
@@ -13,17 +13,20 @@
13
{
14
"description": "Auto-merge patch updates for all dependencies",
15
"updateTypes": ["patch"],
16
- "automerge": true
+ "groupName": "all-patch-updates"
17
+ "bumpVersion": "patch"
18
},
19
20
"description": "Group all minor updates per package",
21
"updateTypes": ["minor"],
22
"groupName": "all-minor-updates"
23
24
25
26
"description": "Group all major updates per package",
27
"updateTypes": ["major"],
28
"groupName": "all-major-updates"
29
30
}
31
],
32
"postUpdateOptions": [
0 commit comments