fix-ansible

This commit is contained in:
Robert Kaussow 2024-03-22 08:35:34 +01:00
parent aaa7ccb1eb
commit 2df493fb43
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 4 deletions

View File

@ -8,10 +8,7 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^(ansible/)?(group_vars|services)/.*?$",
"^(ansible/)?inventory/group_vars/.*?$"
],
"fileMatch": ["^(ansible/)?.+/group_vars/.+?$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
]