diff --git a/renovate.json b/renovate.json index 84576d12..1967e570 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^scripts/VERSIONS$" + "managerFilePatterns": [ + "/^scripts/VERSIONS$/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)\\s.*?_VERSION=(?.*)\\s"