2025-10-30 11:13:38 +01:00

14 lines
396 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hetznercloud/.github//renovate/default"],
"customManagers": [
{
"customType": "regex",
"managerFilePatterns": ["/^scripts/vendor.py$/"],
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
"datasourceTemplate": "pypi",
"depNameTemplate": "hcloud"
}
]
}