Skip to content

Commit a3e678b

Browse files
committed
Add minReleaseAge to pnpm settings to reduce likelihood of supply chain compromises
1 parent 157eb3d commit a3e678b

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"> 1%",
184184
"Firefox ESR"
185185
],
186-
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
186+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
187187
"volta": {
188188
"node": "20.19.3",
189189
"pnpm": "10.12.4"

pnpm-workspace.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# minimum number of minutes
2+
minimumReleaseAge: 10080
3+
minimumReleaseAgeExclude:
4+
- kolibri-constants
5+
- kolibri-design-system
6+
- kolibri-logging
7+
- kolibri-format
8+
- kolibri-tools

0 commit comments

Comments
 (0)