Skip to content

Commit

Permalink
Merge pull request #15 from B-urb/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
B-urb authored Feb 29, 2024
2 parents a063715 + f69aeaa commit 294e2d6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"matchUpdateTypes": ["minor"],
"groupName": "all minor updates",
"groupSlug": "all-minor"
},
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 294e2d6

Please sign in to comment.