Skip to content

Commit

Permalink
ci(renovate.json): add automerge config
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Oct 14, 2023
1 parent ac2929e commit 86a8ecc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit 86a8ecc

Please sign in to comment.