Skip to content

Commit 458ddeb

Browse files
committed
ci: npm shouldn't be in the disable list
1 parent ec5777f commit 458ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packageRules: [
1515
{
1616
description: "Only allow major standard upgrades",
17-
matchManagers: ["gradle", "gradle-wrapper", "npm"],
17+
matchManagers: ["gradle", "gradle-wrapper"],
1818
matchUpdateTypes: ["minor", "patch", "pin"],
1919
enabled: false,
2020
},

0 commit comments

Comments
 (0)