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

allow multiple makefile assignments

This commit is contained in:
Robert Kaussow 2020-12-30 19:25:02 +01:00
parent 3cba1e747c
commit 7416c1d375
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -18,7 +18,7 @@
{
"fileMatch": ["^Makefile$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION := (?<currentValue>.*)\\s"
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION (:|?)= (?<currentValue>.*)\\s"
]
}
],