Skip to content

Commit 806a827

Browse files
committed
exclude known packages from trustPolicy while ecosystem upgrades
1 parent 77fd1bf commit 806a827

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

pnpm-workspace.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
shellEmulator: true
22

3-
# trustPolicy: no-downgrade
4-
# trustPolicyExclude:
5-
# - chokidar@4.0.3
3+
trustPolicy: no-downgrade
4+
5+
# Exclude specific packages from the trust policy while the ecosystem upgrades to new versions of these
6+
# Allows them to be downgraded if necessary.
7+
trustPolicyExclude:
8+
- chokidar@4.0.3
9+
- semver@6.3.1
610

711
onlyBuiltDependencies:
812
- "@parcel/watcher"

0 commit comments

Comments
 (0)