| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @microsoft/rush-lib > PnpmOptionsConfiguration > minimumReleaseAgeExclude
List of package names or patterns that are excluded from the minimumReleaseAge check. These packages will always install the newest version immediately, even if minimumReleaseAge is set.
Signature:
readonly minimumReleaseAgeExclude: string[] | undefined;(SUPPORTED ONLY IN PNPM 10.16.0 AND NEWER)
PNPM documentation: https://pnpm.io/settings\#minimumreleaseageexclude
Example: ["webpack", "react", "<></>@<></>myorg/*"]