fix(renovate): adapt markdownlint version regexp
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-07-25 12:18:12 +02:00
parent 595e325c43
commit 29e8164073
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -27,7 +27,7 @@
"^Makefile$" "^Makefile$"
], ],
"matchStrings": [ "matchStrings": [
"MARKDOWNLINT_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*) (lookupName=(?<lookupName>.*))? (versioning=(?<versioning>.*))?" "MARKDOWNLINT_VERSION\\?=v(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
] ]
} }
] ]