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+" ,
1919 },
2020 {
2121 "customType" : " regex" ,
22- "fileMatch " : [" /Dockerfile$" ],
22+ "managerFilePatterns " : [" // Dockerfile$/ " ],
2323 "matchStringsStrategy" : " any" ,
2424 "matchStrings" : [
2525 " \\ s\\ s(?<package>[a-z0-9][a-z0-9-_]+)=(?<currentValue>[a-z0-9-_.]+)\\ s+"
3030 },
3131 {
3232 "customType" : " regex" ,
33- "fileMatch " : [" /Dockerfile$" ],
33+ "managerFilePatterns " : [" // Dockerfile$/ " ],
3434 "matchStrings" : [
3535 " ARG TASMOADMIN_VERSION=[\" ']?(?<currentValue>.+?)[\" ']?\\ s+"
3636 ],
You can’t perform that action at this time.
0 commit comments