Skip to content

Commit 1b3c03c

Browse files
bteadanielbayley
andauthored
Add trustPolicyExclude to pnpm-workspace.json (SchemaStore#5132)
Co-authored-by: danielbayley <[email protected]>
1 parent 755a6e9 commit 1b3c03c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,14 @@
805805
"enum": ["off", "no-downgrade"]
806806
}
807807
]
808+
},
809+
"trustPolicyExclude": {
810+
"description": "Exclude specific packages from trust policy checks.",
811+
"type": "array",
812+
"uniqueItems": true,
813+
"items": {
814+
"type": "string"
815+
}
808816
}
809817
},
810818
"additionalProperties": false

0 commit comments

Comments
 (0)