Files
server/usr/lib/python3/dist-packages/ansible_collections/hetzner/hcloud/renovate.json
2026-01-07 20:52:11 +01:00

13 lines
354 B
JSON

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