Skip to content

Commit

Permalink
chore(deps): add package rules for automerging minor and patch updates
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Emil Damm <[email protected]>
  • Loading branch information
devantler committed Dec 27, 2024
1 parent 44d5722 commit 849f3df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@
"github-actions": {
"enabled": false
},
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"minor": {
"automerge": true
},
"patch": {
"automerge": true
}
Expand Down

0 comments on commit 849f3df

Please sign in to comment.