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$"
|
"^Makefile$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"HELM_VERSION?=(?<currentValue>.*)"
|
"HELM_VERSION\\?=(?<currentValue>.*)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
"depNameTemplate": "helm/helm",
|
"depNameTemplate": "helm/helm",
|
||||||
|
Loading…
Reference in New Issue
Block a user