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