Skip to content

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Feb 29, 2024
1 parent 626f98f commit c77105d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
"matchUpdateTypes": [
"minor"
],
"groupName": "all minor updates",
"groupSlug": "all-minor"
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"automerge": true
}
]
}

0 comments on commit c77105d

Please sign in to comment.