Skip to content

Commit 4a3018f

Browse files
committed
Add minimumReleaseAge 2d with a list of trusted exceptions.
1 parent 52a6be5 commit 4a3018f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ onlyBuiltDependencies:
1212
gitChecks: false
1313
engineStrict: true
1414
autoInstallPeers: false
15+
minimumReleaseAge: 2880
16+
minimumReleaseAgeExclude:
17+
- eslint
18+
- express
19+
- http-errors
20+
- typescript
21+
- tsx
22+
- vitest
23+
- zod
1524
publicHoistPattern:
1625
- "@typescript-eslint/*" # used as an assumed transitive in migration
1726
- "@vitest/*" # used by vitest.setup.ts and vitest.config.ts

0 commit comments

Comments
 (0)