build: move pnpm minimum release age to workspace config

This commit is contained in:
Altay
2026-03-31 16:26:39 +03:00
committed by Peter Steinberger
parent 8807b017d1
commit 9407ac87df
2 changed files with 7 additions and 4 deletions

View File

@@ -1249,10 +1249,6 @@
},
"packageManager": "pnpm@10.32.1",
"pnpm": {
"minimumReleaseAge": 2880,
"minimumReleaseAgeExclude": [
"@mariozechner/*"
],
"overrides": {
"hono": "4.12.9",
"@hono/node-server": "1.19.10",

View File

@@ -4,6 +4,13 @@ packages:
- packages/*
- extensions/*
# Delay new releases by 48h to reduce exposure to compromised packages,
# while allowing our explicitly trusted Pi packages to update immediately.
minimumReleaseAge: 2880
minimumReleaseAgeExclude:
- "@mariozechner/*"
onlyBuiltDependencies:
- "@lydell/node-pty"
- "@matrix-org/matrix-sdk-crypto-nodejs"