Skip to content

Commit 3c91800

Browse files
committed
sad
1 parent a8c3252 commit 3c91800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

renovate-preset/default.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@
5757
// GENERAL GROUPING & UPDATE BEHAVIOR
5858
// ============================================================================
5959
// Rule to disable NPM updates on branches other than 'main'.
60+
// But allow updating engines and packageManagers.
6061
{
6162
enabled: false,
6263
matchBaseBranches: ["!main"],
64+
matchDepNames: ["!node", "!pnpm", "!npm", "!yarn"],
6365
matchManagers: ["npm"],
6466
},
6567

0 commit comments

Comments
 (0)