Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti authored Oct 30, 2024
1 parent 1c484d2 commit 30f8f1f
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"extends": ["group:allNonMajor"],
"schedule": ["before 7am every friday"],
"lockFileMaintenance": {
"enabled": true
}
},
{
"matchUpdateTypes": ["patch", "pin"],
"matchCurrentVersion": "!/^0/"
}
]
"extends": ["config:recommended", "group:linters", ":labels(maintenance,renovatebot)"],
"rangeStrategy": "replace"
}

0 comments on commit 30f8f1f

Please sign in to comment.