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": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": ["^(ansible/)?.+/group_vars/.+?$"],
|
||||||
"^(ansible/)?(group_vars|services)/.*?$",
|
|
||||||
"^(ansible/)?inventory/group_vars/.*?$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
|
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n(?<roleName>\\S+?)_version: \"?(?<currentValue>.*?)\"?\\s"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user