Skip to content

Commit

Permalink
Merge pull request #1127 from mkevenaar/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
mkevenaar authored Nov 13, 2024
2 parents 4473cf2 + 08b7d8d commit ff52f37
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"extends": ["config:base"],
"extends": ["config:recommended"],
"assignees": ["mkevenaar"],
"labels": ["renovate"],
"lockFileMaintenance": { "enabled": true, "extends": ["schedule:daily"] },
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:daily"]
},
"packageRules": [
{
"matchDatasources": ["docker"],
Expand All @@ -16,7 +19,13 @@
"enabled": true
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "lockFileMaintenance"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
"lockFileMaintenance"
],
"enabled": true,
"automerge": true
}
Expand Down

0 comments on commit ff52f37

Please sign in to comment.