diff --git a/.github/renovate.json b/.github/renovate.json index cd7a9c7..de267e8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,7 +10,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^Dockerfile$"], + "managerFilePatterns": [ + "/^Dockerfile$/" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( registryUrl=(?.*?))?\\sENV\\s+.*?_VERSION=(?.*)\\s" ], @@ -18,7 +20,9 @@ }, { "customType": "regex", - "fileMatch": ["(^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$"], + "managerFilePatterns": [ + "/(^|/)\\.github/(?:workflows|actions)/.+\\.ya?ml$/" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( registryUrl=(?.*?))?\\s+.*?_VERSION:\\s*(?.*)\\s" ],