0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-25 18:20:40 +00:00

allow Dockerfiles on different locations

This commit is contained in:
Robert Kaussow 2021-01-29 13:19:34 +01:00
parent 224de30c12
commit 4e7bd8790c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -22,7 +22,7 @@
], ],
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["^Dockerfile$"], "fileMatch": ["Dockerfile"],
"matchStrings": [ "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"
] ]