Skip to content

Commit

Permalink
chore: Enable automerge for all dependency updates apart from major r…
Browse files Browse the repository at this point in the history
…eleases.
  • Loading branch information
andrewjw authored Mar 29, 2023
1 parent ef464cd commit a1222d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit a1222d5

Please sign in to comment.