File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 "customManagers" : [
99 {
1010 "customType" : " regex" ,
11- "fileMatch " : [" /Dockerfile$" , " /build.yaml$" ],
11+ "managerFilePatterns " : [" // Dockerfile$/ " , " // build.yaml$/ " ],
1212 "matchStringsStrategy" : " any" ,
1313 "matchStrings" : [
1414 " ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\ s+" ,
1818 },
1919 {
2020 "customType" : " regex" ,
21- "fileMatch " : [" /Dockerfile$" ],
21+ "managerFilePatterns " : [" // Dockerfile$/ " ],
2222 "matchStringsStrategy" : " any" ,
2323 "matchStrings" : [
2424 " \\ s\\ s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\ s+"
2929 },
3030 {
3131 "customType" : " regex" ,
32- "fileMatch " : [" /Dockerfile$" ],
32+ "managerFilePatterns " : [" // Dockerfile$/ " ],
3333 "matchStrings" : [
3434 " ARG BOOKSTACK_VERSION=[\" ']?(?<currentValue>.+?)[\" ']?\\ s+"
3535 ],
You can’t perform that action at this time.
0 commit comments