diff --git a/renovate.json b/renovate.json index deaec4b..efa3de3 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,19 @@ "enabled": true, "commitMessageAction": "[SubMob/BaseMob#32] Lock file maintenance" }, + "customManagers": [ + { + "customType": "regex", + "managerFilePatterns": [ + "/^ios/CCC\\.xcodeproj/project\\.pbxproj$/" + ], + "matchStrings": [ + "repositoryURL = \"https://github.com/(?[^/]+)/(?[^\"/]+?)(?:\\.git)?\";\\s*requirement = \\{\\s*kind = exactVersion;\\s*version = (?[^;]+);" + ], + "datasourceTemplate": "github-tags", + "depNameTemplate": "/" + } + ], "packageRules": [ { "groupName": "kotlin",