0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-21 23:10:40 +00:00

fix: support version env vars without substitution

This commit is contained in:
Robert Kaussow 2024-10-26 21:24:08 +02:00
parent af3a61d8c9
commit a9c9027497
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -51,7 +51,8 @@
"(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$"
],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s",
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"?(?<currentValue>.*)\"?"
]
}
]