Skip to content

Commit

Permalink
enhance(ci): group more types of updates and automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Jun 19, 2023
1 parent c1e98b8 commit 013973b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
},
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": [
"patch"
"minor",
"digest",
"patch",
"pin"
],
"groupName": "patch deps"
"groupName": "mergeable deps",
"automerge": true
}
]
}

0 comments on commit 013973b

Please sign in to comment.