Skip to content

Commit

Permalink
chore(ci): fix renovate json
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit authored Nov 23, 2024
1 parent ba83c4c commit 4004ffd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
{
"description": "Group all patch updates per package",
"updateTypes": ["patch"],
"groupName": "all-patch-updates"
"groupName": "all-patch-updates",
"bumpVersion": "patch"
},
{
"description": "Group all minor updates per package",
"updateTypes": ["minor"],
"groupName": "all-minor-updates"
"groupName": "all-minor-updates",
"bumpVersion": "patch"
},
{
"description": "Group all major updates per package",
"updateTypes": ["major"],
"groupName": "all-major-updates"
"groupName": "all-major-updates",
"bumpVersion": "patch"
}
],
Expand Down

0 comments on commit 4004ffd

Please sign in to comment.