renovate-configs/ansible_host_var.json

12 lines
463 B
JSON
Raw Normal View History

2022-11-03 12:22:28 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
2022-12-30 11:28:08 +01:00
"fileMatch": ["inventories\\/host_vars\\/.*\\.yml", "inventories\\/group_vars\\/.*\\.yml"],
2022-11-03 12:22:28 +01:00
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_version: \"(?<currentValue>.*)\"\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}