diff --git a/cpp-deps-txt.json b/cpp-deps-txt.json new file mode 100644 index 0000000..a7009ef --- /dev/null +++ b/cpp-deps-txt.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "Parse cpp/deps.txt files", + "regexManagers": [ + { + "fileMatch": [ + "(^|/)deps\\.txt" + ], + "matchStrings": [ + "https://github.com/(?.*?)/archive/refs/tags/(?.*?).zip" + ], + "datasourceTemplate": "github-tags", + "versioningTemplate": "semver" + } + ] +} diff --git a/default.json b/default.json index fef71ba..1eef132 100644 --- a/default.json +++ b/default.json @@ -8,7 +8,8 @@ ":automergeBranch", ":automergeMinor", "github>cucumber/renovate-config:gemspec", - "github>cucumber/renovate-config:disable-perl" + "github>cucumber/renovate-config:disable-perl", + "github>cucumber/renovate-config:cpp-deps.txt" ], "prHourlyLimit": 0 }