Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan authored Oct 12, 2024
1 parent de81eb8 commit 37a8564
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"rangeStrategy": "replace",
"prHourlyLimit": 1,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
}
]
}

0 comments on commit 37a8564

Please sign in to comment.