diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9a1112597..f6ec71da9 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -42,7 +42,7 @@ { customType: "regex", description: "update super-linter in mise tasks", - fileMatch: ["^\\.mise/tasks/.+\\.sh$"], + managerFilePatterns: ["/^\\.mise/tasks/.+\\.sh$/"], matchStrings: ['# renovate: datasource=(?\\S+) depName=(?\\S+)\\s+\\S+_VERSION="(?v\\d+\\.\\d+\\.\\d+)@(?sha256:[a-f0-9]+)"'], }, ],