diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f328b3c1..a10c82e4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -33,7 +33,7 @@ "customManagers": [ { // See https://github.com/renovatebot/renovate/issues/20780 "customType": "regex", - "fileMatch": ["^.pre-commit-config.yaml$"], + "fileMatch": ["^\\.pre-commit-config\\.yaml$"], "matchStrings": [ "# renovate: datasource=(?.*?)( versioning=(?.*?))?\\s+-\\s+['\"]?(?[^=]+)(?:==(?[^'\"\\s]*))?" ],