File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5050 "enabled" : true , // MintMaker compatibility: Enable GitHub Actions manager (missing from Mintmaker's enabledManagers)
5151 "schedule" : [] // MintMaker compatibility: Override any default scheduling to use global daily schedule
5252 },
53+ {
54+ // Group JavaScript/Node.js dependency updates
55+ "description" : " Group npm dependency updates" ,
56+ "matchManagers" : [ " npm" ],
57+ "groupName" : " npm dependencies" ,
58+ "enabled" : true , // MintMaker compatibility: Enable GitHub Actions manager (missing from Mintmaker's enabledManagers)
59+ "schedule" : [] // MintMaker compatibility: Override any default scheduling to use global daily schedule
60+ },
5361 {
5462 // Go Version: Patch updates (treat as minor in PR titles)
5563 "description" : " Group Go patch updates and treat as minor in PR titles" ,
You can’t perform that action at this time.
0 commit comments