diff --git a/.github/renovate.json b/.github/renovate.json index bc30809..92e17dd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,9 +3,13 @@ "extends": [ "github>scop/common" ], - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["^\\.pre-commit-hooks\\.yaml$", "^README\\.md$"], + "customType": "regex", + "managerFilePatterns": [ + ".pre-commit-hooks.yaml", + "README.md" + ], "matchStrings": [ "\\b(Perl-Critic-|rev: v)(?\\d+\\.\\d+(\\.\\d+)?)[-.]" ],