14 lines
396 B
JSON
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"
|
|
}
|
|
]
|
|
}
|