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 ba5986e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"configMigration": true,
"rangeStrategy": "bump",
"packageRules": [{
"updateTypes": [
"minor", "patch", "pin", "pinDigest", "digest", "lockFileMaintenance"
],
"automerge": true,
"groupName": "default"
}],
"internalChecksFilter": "strict",
"lockFileMaintenance": { "enabled": true },
"minimumReleaseAge": "5 days"
}

0 comments on commit ba5986e

Please sign in to comment.