1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00
hetzner.hcloud/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"
}
]
}