ansible-collection-hetzner-.../renovate.json

18 lines
425 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":enablePreCommit",
":semanticCommitTypeAll(deps)",
":semanticCommitScopeDisabled"
],
"regexManagers": [
{
"fileMatch": ["^scripts/vendor.py$"],
"matchStrings": ["HCLOUD_VERSION = \"v(?<currentValue>.*)\""],
"datasourceTemplate": "pypi",
"depNameTemplate": "hcloud"
}
]
}