File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
" (^|/).+\\ .yaml$"
27
27
],
28
28
"matchStrings" : [
29
- " \\ s *image:\\ s+registry:\\ s*[\\\" ']?(?<registry>.* ?)[\\\" ']?\\ s+ (?:repository|name):\\ s*[\\\" ']?(?<repository>.*?)[\\\" ']?\\ s+ tag:\\ s*[\\\" ']?(?<currentValue>[\\ w+\\ .\\ -]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\" ']?"
29
+ " [ \\ t ] *image:\\ s+registry:\\ s*[\\\" ']?(?<registry>\\ S+ \\ . \\ S+ ?)[\\\" ']?[ \\ t ]* \\ r? \\ n[ \\ t ]* (?:repository|name):\\ s*[\\\" ']?(?<repository>.*?)[\\\" ']?[ \\ t ]* \\ r? \\ n[ \\ t ]* tag:\\ s*[\\\" ']?(?<currentValue>[\\ w+\\ .\\ -]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\" ']?"
30
30
],
31
31
"depNameTemplate" : " {{{ registry }}}/{{{ repository }}}" ,
32
32
"datasourceTemplate" : " docker"
37
37
" (^|/).+\\ .yaml$"
38
38
],
39
39
"matchStrings" : [
40
- " \\ s *image:\\ s+[\\\" ']?(?<registry>[^{] +\\ .. +?)\\ /(?<repository>.*?):(?<currentValue>[\\ w+\\ .\\ -]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\" ']?"
40
+ " [ \\ t ] *image:\\ s+[\\\" ']?(?<registry>\\ S +\\ .\\ S +?)\\ /(?<repository>.*?):(?<currentValue>[\\ w+\\ .\\ -]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\" ']?"
41
41
],
42
42
"depNameTemplate" : " {{{ registry }}}/{{{ repository }}}" ,
43
43
"datasourceTemplate" : " docker"
You can’t perform that action at this time.
0 commit comments