mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-23 05:30:40 +00:00
fix-ansible
This commit is contained in:
parent
aaa7ccb1eb
commit
2df493fb43
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user