File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111 "ignoreDeps" : [" registry.ddbuild.io/dd-octo-sts" ],
1212 "schedule" : [" every weekend" ],
1313 "postUpdateOptions" : [" yarnDedupeHighest" ],
14- "lockFileMaintenance" : { "enabled" : true },
14+ "lockFileMaintenance" : {
15+ "enabled" : true
16+ },
1517 "packageRules" : [
1618 {
1719 "groupName" : " all non-major dependencies" ,
2022 "matchPackageNames" : [" !karma-webpack" , " !@playwright/test" ]
2123 },
2224 {
23- "matchPaths " : [" test/apps/vanilla/**" ],
25+ "matchFileNames " : [" test/apps/vanilla/**" ],
2426 "matchDepNames" : [" typescript" ],
2527 "enabled" : false
2628 },
2729 {
28- "matchPaths " : [" test/apps/react-router-v6-app/**" ],
30+ "matchFileNames " : [" test/apps/react-router-v6-app/**" ],
2931 "matchDepNames" : [" react-router-dom" ],
3032 "enabled" : false
3133 }
You can’t perform that action at this time.
0 commit comments