Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht authored Sep 7, 2023
1 parent e3afde0 commit 85e3417
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"wajeht/renovate-config",
"wajeht/renovate-config:nonMajorAutomerge"
"extends": ["config:base"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"minimumReleaseAge": "3 days",
"automergeType": "branch",
"automerge": true
}
]
}

0 comments on commit 85e3417

Please sign in to comment.