chore(deps): set pnpm minimumReleaseAge to 10080 minutes (7 days)#1817
Merged
Conversation
Collaborator
|
MikeMcC399
force-pushed
the
pnpm-7-day-release-age
branch
from
July 2, 2026 10:37
5b264a0 to
f4a163f
Compare
MikeMcC399
force-pushed
the
pnpm-7-day-release-age
branch
from
July 2, 2026 10:39
f4a163f to
fdaa5c0
Compare
MikeMcC399
marked this pull request as ready for review
July 2, 2026 10:44
4 tasks
mschile
approved these changes
Jul 2, 2026
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.
Situation
The renovate.json configuration includes:
pnpm examples are set up with minimumReleaseAge of
4320in minutes. This is equivalent to 3 days.An exception for
cypressis in place using minimumreleaseageexclude.Change
In pnpm examples:
update minimumReleaseAge:
Execute
pnpm update --recursive --saveto update all dependencies according to changed age rules.Verification
Using Ubuntu 24.04.4 LTS with Node.js 24.18.0 LTS execute:
Confirm logs show:
✓ Lockfile passes supply-chain policies (167 entries in 1.2s)
Note
Low Risk
Example-only pnpm policy and lockfile updates with no application or CI workflow logic changes.
Overview
Raises pnpm
minimumReleaseAgefrom 4320 (3 days) to 10080 (7 days) inexamples/basic-pnpmandexamples/start-and-pnpm-workspaces, matching Renovate’s 7 days policy while keepingcypressonminimumReleaseAgeExclude.Lockfiles were refreshed under the stricter age rules, bumping transitive deps
qs(6.15.2 → 6.15.3) andsysteminformation(5.31.7 → 5.31.11) in both example projects.Reviewed by Cursor Bugbot for commit fdaa5c0. Bugbot is set up for automated code reviews on this repo. Configure here.