diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6b7091b..71cacec 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,12 +15,14 @@ customType: "regex", datasourceTemplate: "docker", depNameTemplate: "gcr.io/distroless/static", - fileMatch: "^Dockerfile", + managerFilePatterns: ["/^Dockerfile/"], matchStrings: ['ARG BASE_IMAGE_DIGEST="(?.*)"'], }, { customType: "regex", - fileMatch: "(^|\\/)(?:workflow-templates|\\.github\\/(?:workflows|actions))\\/.+\\.ya?ml$", + managerFilePatterns: [ + "/(^|\\/)(?:workflow-templates|\\.github\\/(?:workflows|actions))\\/.+\\.ya?ml$/", + ], matchStrings: [ "version: (?.*?)\\s+# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( packageName=(?.*?))?\\s", ],