fix(ci): escape question mark
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
505823cedf
commit
b49848809b
@ -14,7 +14,7 @@
|
||||
"^Makefile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"HELM_VERSION?=(?<currentValue>.*)"
|
||||
"HELM_VERSION\\?=(?<currentValue>.*)"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "helm/helm",
|
||||
|
Loading…
Reference in New Issue
Block a user