Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 3, 2023
1 parent 8425727 commit 2b5484e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions renovate.json
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "pinDigest", "digest", "lockFileMaintenance"],
"automerge": true,
"groupName": "default"
}
],
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true
},
"minimumReleaseAge": "5 days"
}

0 comments on commit 2b5484e

Please sign in to comment.