mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
19 lines
436 B
JSON
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"
|
|
}
|
|
]
|
|
}
|