Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire authored Feb 15, 2024
1 parent a2d2ce0 commit 8b8b3d2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["github>NextFire/renovate-config"],
"ignoreTests": true,
"packageRules": [
{
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "branch",
"excludePackageNames": ["python"]
"matchPackageNames": ["python"],
"automerge": false
}
],
"customManagers": [
Expand Down

0 comments on commit 8b8b3d2

Please sign in to comment.