Skip to content

Commit

Permalink
renovate: enable automerge for pin/pinDigest and patch
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed Oct 12, 2023
1 parent 365b2ba commit f99d0bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
// about packageRules: To enable grouping, you configure the groupName field
// to something non-null.
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"pin",
"pinDigest"
],
"automerge": true
},
{
"groupName": "all github action dependencies",
"groupSlug": "all-github-action",
Expand Down

0 comments on commit f99d0bb

Please sign in to comment.