Uh oh!
There was an error while loading. Please reload this page.
fix: exempt astro and wrangler from minimumReleaseAge - #41
Merged
Conversation
pnpm 12.3 supply-chain policy rejects packages published within the 24h minimumReleaseAge window, failing Renovate PRs that bump astro or wrangler. Exempt these two direct dependencies from the cooldown.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
pnpm 12.3 supply-chain 策略
minimumReleaseAge(默认 1440 分钟)拒绝安装发布不足 24h 的包,导致 Renovate 升级 astro / wrangler 的 PR(#38、#39)在pnpm install --frozen-lockfile阶段失败。在
pnpm-workspace.yaml用minimumReleaseAgeExclude仅放行这两个直接依赖,其余包仍受供应链保护。验证:本地
pnpm install --frozen-lockfile通过 supply-chain 检查。