Skip to content

Commit

Permalink
Allow automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr authored Oct 23, 2024
1 parent c930027 commit 00132e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 00132e1

Please sign in to comment.