ansible-collection-hetzner-.../renovate.json
2023-10-12 10:16:48 +02:00

12 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"
}
]
}