Skip to content

Commit 6f2e0a1

Browse files
bteadanielbayley
andauthored
feat: add trustLockfile to pnpm-workspace (#5743)
Co-authored-by: danielbayley <danielbayley@users.noreply.github.com>
1 parent a8f2554 commit 6f2e0a1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,10 @@
896896
"additionalProperties": {
897897
"type": "string"
898898
}
899+
},
900+
"trustLockfile": {
901+
"description": "A new trustLockfile setting controls whether pnpm install re-applies the `minimumReleaseAge` / `trustPolicy: 'no-downgrade'` checks to every entry in the loaded lockfile. When true, the install treats the lockfile as already-trusted and skips the verification pass — useful for closed-source projects where every commit comes from a trusted author. The default is false, so verification stays on by default.",
902+
"type": "boolean"
899903
}
900904
},
901905
"additionalProperties": false

0 commit comments

Comments
 (0)