diff --git a/.github/renovate.json b/.github/renovate.json index cb5c7661..05ec57e6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,13 +16,15 @@ ], "separateMajorMinor": true, "kubernetes": { - "fileMatch": "\\.yaml$" + "managerFilePatterns": [ + "/\\.yaml$/" + ] }, "customManagers": [ { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)[dD]ockerfile$" + "managerFilePatterns": [ + "/(^|/|\\.)[dD]ockerfile$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+ENV .*?_VERSION[=\\s](?.*)\\s" @@ -31,8 +33,8 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)values\\.yaml$" + "managerFilePatterns": [ + "/(^|/|\\.)values\\.yaml$/" ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+tag:\\s*(?.*)\\s" @@ -41,8 +43,8 @@ }, { "customType": "regex", - "fileMatch": [ - "(^|/|\\.)[dD]ockerfile$" + "managerFilePatterns": [ + "/(^|/|\\.)[dD]ockerfile$/" ], "matchStrings": [ "ARG IMAGE=(?.*?):(?.*?)(@(?sha256:[a-f0-9]+))?\\s"