Skip to content

Commit 3f90586

Browse files
ntottenclaude
andcommitted
Add pnpm minimumReleaseAge to match dependabot cooldown
Configure pnpm to only install packages that are at least 7 days old. This matches our dependabot configuration (default-days: 7) and provides a stability buffer against newly published compromised packages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent d57c404 commit 3f90586

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Require packages to be at least 7 days old before installation
2+
# This matches our dependabot cooldown config (default-days: 7)
3+
# and provides a stability buffer against compromised packages
4+
minimumReleaseAge: 10080

0 commit comments

Comments
 (0)