Skip to content

Commit af1c8b6

Browse files
committed
ignore quotes around version when detecting version
Signed-off-by: Rahul Sharma <rahulsharm@nvidia.com>
1 parent afda1f7 commit af1c8b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"deployments/gpu-operator/values.yaml"
4848
],
4949
"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+)"
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]+)\"?"
5151
],
5252
"depNameTemplate": "{{repo}}/{{image}}",
5353
"datasourceTemplate": "docker",

0 commit comments

Comments
 (0)