mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
12 lines
354 B
JSON
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"
|
|
}
|
|
]
|
|
}
|