File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 ],
4646 "matchStringsStrategy" : " recursive" ,
4747 "matchStrings" : [
48- " charts:(.|\n )*?(^\\ s{4}[\\ w:]+|\n $|^\\ s{2}-)" ,
49- " - name: (?<depName>.+)(.|\n )*?url: (?<registryUrl>.+)(.|\n )*?version: (?<currentValue>.+)" ,
50- " - name: (?<depName>.+)(.|\n )*?version: (?<currentValue>.+)(.|\n )*?url: (?<registryUrl>.+)"
48+ " (?m)charts:(.|\\ n)*?(^\\ s{4}[\\ w:]+|\\ n$|^\\ s{2}-)" ,
49+ " (?m)name:(.|\\ n)+?(^\\ s{4}[\\ w\\ -:]+|\\ n$|^\\ s{2}-)" ,
50+ " (?m)name: (?<depName>.+)(.|\\ n)*?url: (?<registryUrl>.+)(.|\\ n)*?version: (?<currentValue>.+)"
51+ ],
52+ "datasourceTemplate" : " helm"
53+ },
54+ {
55+ "fileMatch" : [
56+ " (^|/)zarf.yaml$"
57+ ],
58+ "matchStringsStrategy" : " recursive" ,
59+ "matchStrings" : [
60+ " (?m)charts:(.|\\ n)*?(^\\ s{4}[\\ w:]+|\\ n$|^\\ s{2}-)" ,
61+ " (?m)name:(.|\\ n)+?(^\\ s{4}[\\ w\\ -:]+|\\ n$|^\\ s{2}-)" ,
62+ " (?m)name: (?<depName>.+)(.|\\ n)*?version: (?<currentValue>.+)(.|\\ n)*?url: (?<registryUrl>.+)"
5163 ],
5264 "datasourceTemplate" : " helm"
5365 },
You can’t perform that action at this time.
0 commit comments