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
4 changes: 3 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ ignoreWorkspaceCycles: true
# Package compromise avoidance: let new releases age a day, and don't allow trust downgrades unless explicitly excepted.
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
# Calypso packages and other Automattic-controlled things. We'll often want to immediately update these after releasing them.
# Packages we often want to immediately update after releasing them.
- '@automattic/*'
- '@woocommerce/*'
- '@wordpress/*'
trustPolicy: no-downgrade
trustPolicyExclude:
# https://github.com/paulmillr/chokidar/issues/1440
Expand Down
Loading