Skip to content

Commit 9d01db2

Browse files
authored
Add npm grouping rule to renovate.json
Ref: https://issues.redhat.com/browse/EC-1455
1 parent 0d415b0 commit 9d01db2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/renovate/renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@
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",

0 commit comments

Comments
 (0)