1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/renovate.json
2025-05-23 09:29:05 +00:00

19 lines
436 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"
}
]
}