mirror of
https://github.com/ProtonMail/pmcrypto.git
synced 2026-01-11 19:46:31 +00:00
Prevent package installation unless the version is at least 3 days old. Exceptions for packages we maintain, as well as Playwright since we want Dependabot to be able to test browser releases as soon as they are available.
12 lines
202 B
YAML
12 lines
202 B
YAML
enableImmutableInstalls: true
|
|
|
|
nodeLinker: node-modules
|
|
|
|
npmMinimalAgeGate: 4320
|
|
|
|
npmPreapprovedPackages:
|
|
- "playwright"
|
|
- "@openpgp/*"
|
|
- "@protontech/*"
|
|
|
|
yarnPath: .yarn/releases/yarn-4.10.2.cjs
|