diff --git a/renovate.json b/renovate.json index fd6d3098c..5e3f011f0 100644 --- a/renovate.json +++ b/renovate.json @@ -28,14 +28,18 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["\\.cmake$"], + "managerFilePatterns": [ + "/\.cmake$/" + ], "matchStrings": [ "datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s*set\\(.*_VERSION\\s*(?.*?)\\)\\s" ] }, { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.+\\.yml$"], + "managerFilePatterns": [ + "/^\.github/workflows/.+\.yml$/" + ], "matchStrings": ["vcpkgGitCommitId:\\s*(?.*?)\\n"], "currentValueTemplate": "master", "depNameTemplate": "vcpkg", @@ -44,7 +48,9 @@ }, { "customType": "regex", - "fileMatch": ["^\\.github/workflows/.+\\.yml$"], + "managerFilePatterns": [ + "/^\.github/workflows/.+\.yml$/" + ], "matchStrings": ["versioning=(?.*?)\\n\\s*repository:\\s*(?.*?)\\n\\s*ref:\\s*(?.*?)\\n"], "datasourceTemplate": "github-tags" }