-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
17 lines (15 loc) · 853 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
17 lines (15 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Quarantine newly published versions for 24h (1440 min) before they may be installed,
# giving the community time to catch hijacked releases. Set to 0 to disable, or 10080 (7d)
# for a stricter window. Keep in sync with Renovate's minimumReleaseAge/stabilityDays.
minimumReleaseAge: 0
# Escape hatch for trusted namespaces / urgent updates, e.g.:
# minimumReleaseAgeExclude:
# - '@types/*'
# Only direct dependencies may use exotic sources (git, tarball URLs);
# transitive dependencies must resolve from the registry.
blockExoticSubdeps: true
# Build-script allowlist. strictDepBuilds (on by default in v11) fails installs when a
# dependency has an unreviewed lifecycle script, so each such package must be listed here.
# protobufjs ships prebuilt JS; its postinstall (pbjs/pbts CLI) is not used by this project.
allowBuilds:
protobufjs: false