Commit 261df21
committed
Renovate: wait out pnpm's minimum-release-age cooldown
pnpm 11 enforces a 1-day supply-chain minimum-release-age on
`pnpm install --frozen-lockfile`, but Renovate (config:recommended) proposes
updates the day a version is published, so the too-new lockfile entry fails CI
with ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION (e.g. #40 bumping wrangler).
Set minimumReleaseAge to 3 days (clears the 1-day floor with margin) with
internalChecksFilter=strict, so Renovate holds an update until it has aged past
the cooldown instead of opening a PR that can only fail.1 parent 823dd6e commit 261df21
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
0 commit comments