diff --git a/renovate.json b/renovate.json index fc92208b..24cc9edd 100644 --- a/renovate.json +++ b/renovate.json @@ -23,9 +23,9 @@ { "customType": "regex", "description": "Update Renovate", - "fileMatch": [ - "^\\.pre-commit-(?:config|hooks)\\.yaml$", - "^README\\.md$" + "managerFilePatterns": [ + "/^\\.pre-commit-(?:config|hooks)\\.yaml$/", + "/^README\\.md$/" ], "matchStrings": [ "additional_dependencies: \\[renovate@(?.*?)\\]",