diff --git a/renovate.json b/renovate.json index 46530ba..2f95132 100644 --- a/renovate.json +++ b/renovate.json @@ -19,10 +19,11 @@ "enabled": true, "commitMessageAction": "[SubMob/LogMob#27] Lock file maintenance" }, - "regexManagers": [ + "customManagers": [ { - "fileMatch": [ - "^$" + "customType": "regex", + "managerFilePatterns": [ + "/^$/" ], "matchStrings": [ "repositoryURL = \"https://github.com/(?[^/]+/[^\"/]+?)(?:\\.git)?\";\\s*requirement = \\{\\s*kind = exactVersion;\\s*version = (?[^;]+);"