-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
26 lines (22 loc) · 1.05 KB
/
pnpm-workspace.yaml
File metadata and controls
26 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Disable automatic notifications about new pnpm versions.
updateNotifier: false
# Allow only package versions that were released *at least* 2 days ago.
minimumReleaseAge: 2880
# Ignore minimumReleaseAge for these explicitly listed packages.
# Try to keep this list temporary, aim for an empty list of exclusions.
minimumReleaseAgeExclude: ["@badrap/*"]
# Don't allow package trust levels has decreased compared to previous releases.
trustPolicy: no-downgrade
# Ignore trustPolicy for these explicitly listed packages.
# Try to keep this list temporary, aim for an empty list of exclusions.
trustPolicyExclude: []
# Exit with a non-zero exit code if any dependencies have build scripts but
# aren't listed in allowBuilds.
strictDepBuilds: true
# Package matchers to explicitly allow or disallow script execution.
# Err on the side of disallowing script execution.
# Check every now and then whether any of these entries can be removed.
allowBuilds:
esbuild: false
# Block transitive dependencies from "exotic sources", like git repositories.
blockExoticSubdeps: true