Skip to content

Commit a8c3252

Browse files
committed
asds
1 parent e5f01fe commit a8c3252

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

renovate-preset/default.json5

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,29 @@
5656
// ============================================================================
5757
// GENERAL GROUPING & UPDATE BEHAVIOR
5858
// ============================================================================
59-
60-
// Rule to disable updates on branches other than 'main'.
59+
// Rule to disable NPM updates on branches other than 'main'.
6160
{
6261
enabled: false,
6362
matchBaseBranches: ["!main"],
64-
matchDepNames: ["!node", "!pnpm", "!npm", "!yarn"],
63+
matchManagers: ["npm"],
6564
},
6665

67-
// Group all non-major dependencies together for updates on the 'main' branch.
66+
// Group all non-major dependencies together for updates.
6867
{
69-
matchBaseBranches: ["main"],
7068
groupName: "all non-major dependencies",
7169
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
7270
matchUpdateTypes: ["digest", "patch", "minor"],
71+
matchManagers: ["npm"],
7372
},
73+
7474
// ============================================================================
7575
// ECOSYSTEM-SPECIFIC GROUPING
7676
// ============================================================================
7777

7878
// Group Bazel updates
7979
{
8080
groupName: "bazel dependencies",
81-
matchManagers: ["bazel"],
81+
matchManagers: ["bazel", "bazel-module"],
8282
},
8383

8484
// Group GitHub Actions workflow
@@ -95,6 +95,7 @@
9595

9696
// Group updates related to Angular ecosystem across repositories
9797
{
98+
enabled: true, // Enable NPM updates of cross-repo dependencies on all branches.
9899
groupName: "cross-repo angular dependencies",
99100
followTag: "next",
100101
separateMajorMinor: false,

0 commit comments

Comments
 (0)