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:
parent
4e5e65abcc
commit
fc23119c4b
1 changed files with 11 additions and 4 deletions
|
|
@ -1,10 +1,17 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["github>hetznercloud/.github//renovate/default"],
|
||||
"regexManagers": [
|
||||
"extends": [
|
||||
"github>hetznercloud/.github//renovate/default"
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"fileMatch": ["^scripts/vendor.py$"],
|
||||
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/^scripts/vendor.py$/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"HCLOUD_VERSION = \"v(?<currentValue>.*)\""
|
||||
],
|
||||
"datasourceTemplate": "pypi",
|
||||
"depNameTemplate": "hcloud"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue