diff --git a/renovate.json b/renovate.json index 3fffbb7b4..7c0d2b0c9 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^\\.github\\/workflows\\/build-process\\.yml$" + "managerFilePatterns": [ + "/^\\.github\\/workflows\\/build-process\\.yml$/" ], "matchStrings": [ "NUNIT_VERSION_FOR_API_DOCS: \"(?.*?)\"" @@ -16,4 +16,4 @@ "datasourceTemplate": "nuget" } ] -} \ No newline at end of file +}