diff --git a/renovate.json b/renovate.json index 0864245..16584a2 100644 --- a/renovate.json +++ b/renovate.json @@ -19,17 +19,15 @@ "enabled": true, "commitMessageAction": "[SubMob/ParserMob#27] Lock file maintenance" }, - "customManagers": [ + "regexManagers": [ { - "customType": "regex", - "managerFilePatterns": [ - "/^ios/CCC\\.xcodeproj/project\\.pbxproj$/" + "fileMatch": [ + "^$" ], "matchStrings": [ - "repositoryURL = \"https://github.com/(?[^/]+)/(?[^\"/]+?)(?:\\.git)?\";\\s*requirement = \\{\\s*kind = exactVersion;\\s*version = (?[^;]+);" + "repositoryURL = \"https://github.com/(?[^/]+/[^\"/]+?)(?:\\.git)?\";\\s*requirement = \\{\\s*kind = exactVersion;\\s*version = (?[^;]+);" ], - "datasourceTemplate": "github-tags", - "depNameTemplate": "/" + "datasourceTemplate": "github-tags" } ], "packageRules": [