build: exclude @mariozechner packages from pnpm release age

This commit is contained in:
Peter Steinberger 2026-03-31 22:22:52 +09:00
parent ff36bc314d
commit e7e383b7cf
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

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