fix(ci): renovate regex
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus Pesch 2022-02-01 09:42:53 +01:00
parent 30cc0b3cf4
commit e9bcf407e3
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 1 additions and 1 deletions

View File

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