fix: enforce 72h pnpm supply-chain age gate and align dependabot schedule#230
Merged
Conversation
Add frontend/.npmrc with minimum-release-age=259200000 (72h in ms) so pnpm actually enforces the intended policy — the pnpm-workspace.yaml value was silently ignored by pnpm v11, leaving only the 24h default. Pin all three dependabot ecosystems to Monday 09:00 so packages proposed each week will naturally be 72h+ old before any PR is reviewed and merged, reducing collisions with the release-age gate. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011SHcSyxENTaQ1U4CsyKGRb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
frontend/.npmrc— addsminimum-release-age=259200000(72h in ms) so pnpm actually enforces the intended 72-hour supply-chain age gate. Thepolicies.minimumReleaseAge: "72 hours"inpnpm-workspace.yamlwas silently ignored by pnpm v11, leaving the hard-coded 24h default in effect. The.npmrcfile is read unconditionally and overrides the default correctly..github/dependabot.yml— pins all three ecosystems (pip, npm, github-actions) today: monday, time: "09:00". Packages released over the weekend will have aged 72h+ by the time a PR is reviewed mid-week, minimising collisions with the release-age gate going forward.Context
Five open Dependabot PRs (#225–229) are currently blocked because two transitive deps (
es-abstract-get@1.0.0,es-to-primitive@1.3.1) were published today and fail the age check. Those PRs just need a·@·d·ependabot r·ebasecomment ~Thursday 19:00 UTC once the packages clear 72h.Test plan
.npmrcdoesn't affect the lockfile, only install-time policy🤖 Generated with Claude Code
https://claude.ai/code/session_011SHcSyxENTaQ1U4CsyKGRb
Generated by Claude Code