0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02: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": [
{
"fileMatch": ["^Dockerfile$"],
"fileMatch": ["Dockerfile"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]