fix(ci): escape question mark
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-01-30 14:38:05 +01:00
parent 505823cedf
commit b49848809b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -14,7 +14,7 @@
"^Makefile$" "^Makefile$"
], ],
"matchStrings": [ "matchStrings": [
"HELM_VERSION?=(?<currentValue>.*)" "HELM_VERSION\\?=(?<currentValue>.*)"
], ],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "helm/helm", "depNameTemplate": "helm/helm",