diff --git a/renovate.json b/renovate.json index 5d56492..ebf12a1 100644 --- a/renovate.json +++ b/renovate.json @@ -6,5 +6,13 @@ ":semanticCommitTypeAll(deps)", ":semanticCommitScopeDisabled" + ], + "regexManagers": [ + { + "fileMatch": ["^scripts/vendor.py$"], + "matchStrings": ["HCLOUD_VERSION = \"v(?.*)\""], + "datasourceTemplate": "pypi", + "depNameTemplate": "hcloud" + } ] }