We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa0c8a0 + af1c8b6 commit 25ab95eCopy full SHA for 25ab95e
1 file changed
.github/renovate.json
@@ -47,7 +47,7 @@
47
"deployments/gpu-operator/values.yaml"
48
],
49
"matchStrings": [
50
- "[-\\s]*repository:\\s*(?<repo>\\S+)\\s*\\n(?:\\s*#.*\\n|\\s*\\n)*[-\\s]*image:\\s*(?<image>\\S+)\\s*\\n(?:\\s*#.*\\n|\\s*\\n)*[-\\s]*version:\\s*(?<currentValue>\\S+)"
+ "[-\\s]*repository:\\s*(?<repo>\\S+)\\s*\\n(?:\\s*#.*\\n|\\s*\\n)*[-\\s]*image:\\s*(?<image>\\S+)\\s*\\n(?:\\s*#.*\\n|\\s*\\n)*[-\\s]*version:\\s*\"?(?<currentValue>[^\"\\s]+)\"?"
51
52
"depNameTemplate": "{{repo}}/{{image}}",
53
"datasourceTemplate": "docker",
0 commit comments