Skip to content

Commit 9c8d087

Browse files
Update .github/renovate.json5
Co-authored-by: Jan Larwig <[email protected]>
1 parent 11b29d3 commit 9c8d087

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json5

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,20 @@
1313
{
1414
"description": "Auto-merge patch updates for all dependencies",
1515
"updateTypes": ["patch"],
16-
"automerge": true
16+
"groupName": "all-patch-updates"
17+
"bumpVersion": "patch"
1718
},
1819
{
1920
"description": "Group all minor updates per package",
2021
"updateTypes": ["minor"],
2122
"groupName": "all-minor-updates"
23+
"bumpVersion": "patch"
2224
},
2325
{
2426
"description": "Group all major updates per package",
2527
"updateTypes": ["major"],
2628
"groupName": "all-major-updates"
29+
"bumpVersion": "patch"
2730
}
2831
],
2932
"postUpdateOptions": [

0 commit comments

Comments
 (0)