Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ minimumReleaseAgeExclude:
- '@commercetools-backend/*'
- '@commercetools-uikit/*'

# Explicit minimumReleaseAge already makes pnpm hard-fail on a no-mature-match; true keeps that (no silent fall-back or auto-exclude).
minimumReleaseAgeStrict: true
# Deliberate tightening: enforce the gate even when registry metadata omits a publish time, so a time-less mirror can't waive the cooldown.
minimumReleaseAgeIgnoreMissingTime: false

blockExoticSubdeps: true

allowBuilds:
Expand Down
Loading