Skip to content

Commit 0b84c50

Browse files
authored
Set npm version as 11.6.0 in renovate (#302)
Set npm version in renovate
1 parent c15cc29 commit 0b84c50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
],
1414
ignoreDeps: [
1515
"zod"
16-
]
16+
],
17+
// To prevent libraries in optionalDependencies from being removed from the lock file
18+
constraints: {
19+
npm: "11.6.0"
20+
}
1721
}

0 commit comments

Comments
 (0)