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 29, 2023
1 parent 0eaab44 commit 1521ecb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "branch",
"excludePackageNames": ["python"]
}
]
}

0 comments on commit 1521ecb

Please sign in to comment.