mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
18 lines
425 B
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"
|
|
}
|
|
]
|
|
}
|