diff --git a/renovate.json b/renovate.json index f80be337..36196d60 100644 --- a/renovate.json +++ b/renovate.json @@ -1,18 +1,27 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>renovatebot/.github"], - "assignees": ["maxbrunet", "rarkins", "viceice"], + "extends": [ + "github>renovatebot/.github" + ], + "assignees": [ + "maxbrunet", + "rarkins", + "viceice" + ], "automergeType": "pr", "prCreation": "immediate", "packageRules": [ { - "matchPackageNames": ["renovate"], + "matchPackageNames": [ + "renovate" + ], "automerge": true, "separateMinorPatch": false } ], "regexManagers": [ { + "customType": "regex", "description": "Update Renovate", "fileMatch": [ "^\\.pre-commit-(?:config|hooks)\\.yaml$",