Skip to content

Commit

Permalink
update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 27, 2023
1 parent 6c38802 commit 7f10158
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "branch",
"ignoreTests": true
}
]
}

0 comments on commit 7f10158

Please sign in to comment.