fix(ci): renovate regex
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-02-01 09:43:30 +01:00
parent f708f781eb
commit b6df4a6ac8
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

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