chore: add renovate regex manager for hcloud upgrades (#256)

This commit is contained in:
Jonas L 2023-07-12 12:22:52 +02:00 committed by GitHub
parent 0fbab463d5
commit 82ed251ce4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,13 @@
":semanticCommitTypeAll(deps)",
":semanticCommitScopeDisabled"
],
"regexManagers": [
{
"fileMatch": ["^scripts/vendor.py$"],
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
"datasourceTemplate": "pypi",
"depNameTemplate": "hcloud"
}
]
}