Skip to content

Commit

Permalink
chore: group renovate minor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janstuemmel committed Jun 15, 2023
1 parent 06248fc commit 69b4241
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@
],
"allowedVersions": "/^17\\..*/"
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"matchUpdateTypes": ["patch"],
"automerge": true
Expand Down

0 comments on commit 69b4241

Please sign in to comment.