0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

feat: support ansible monorepo parent dir

This commit is contained in:
Robert Kaussow 2022-12-19 21:28:21 +01:00
parent 226b90dc80
commit 596c3c73e2
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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