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 " : [" ^.github/workflows/.+\\ .ya?ml$" ],
11+ "managerFilePatterns " : [" / ^.github/workflows/.+\\ .ya?ml$/ " ],
1212 "matchStrings" : [" xdebug: xdebug-(?<currentValue>\\ S+).*# renovate:keep-up-to-date" ],
1313 "depNameTemplate" : " xdebug" ,
1414 "packageNameTemplate" : " xdebug/xdebug" ,
1717 },
1818 {
1919 "customType" : " regex" ,
20- "fileMatch " : [" ^.github/workflows/.+\\ .ya?ml$" ],
20+ "managerFilePatterns " : [" / ^.github/workflows/.+\\ .ya?ml$/ " ],
2121 "matchStrings" : [" php: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date" ],
2222 "depNameTemplate" : " php" ,
2323 "packageNameTemplate" : " php/php-src" ,
2626 },
2727 {
2828 "customType" : " regex" ,
29- "fileMatch " : [" ^.github/workflows/.+\\ .ya?ml$" ],
29+ "managerFilePatterns " : [" / ^.github/workflows/.+\\ .ya?ml$/ " ],
3030 "matchStrings" : [" node-version: '(?<currentValue>[^']+)'.*# renovate:keep-up-to-date" ],
3131 "depNameTemplate" : " node" ,
3232 "packageNameTemplate" : " nodejs/node" ,
You can’t perform that action at this time.
0 commit comments