mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: add renovate regex manager for hcloud upgrades (#256)
This commit is contained in:
parent
0fbab463d5
commit
82ed251ce4
1 changed files with 8 additions and 0 deletions
|
@ -6,5 +6,13 @@
|
|||
|
||||
":semanticCommitTypeAll(deps)",
|
||||
":semanticCommitScopeDisabled"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["^scripts/vendor.py$"],
|
||||
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
|
||||
"datasourceTemplate": "pypi",
|
||||
"depNameTemplate": "hcloud"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue