1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(config): migrate config renovate.json

This commit is contained in:
renovate[bot] 2025-05-23 09:29:05 +00:00 committed by GitHub
parent 4e5e65abcc
commit fc23119c4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,17 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hetznercloud/.github//renovate/default"], "extends": [
"regexManagers": [ "github>hetznercloud/.github//renovate/default"
],
"customManagers": [
{ {
"fileMatch": ["^scripts/vendor.py$"], "customType": "regex",
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""], "managerFilePatterns": [
"/^scripts/vendor.py$/"
],
"matchStrings": [
"HCLOUD_VERSION = \"v(?<currentValue>.*)\""
],
"datasourceTemplate": "pypi", "datasourceTemplate": "pypi",
"depNameTemplate": "hcloud" "depNameTemplate": "hcloud"
} }