Skip to content

Commit 63eaacc

Browse files
dependabot: Disallow additional properties on update objects (SchemaStore#4832)
Co-authored-by: Nitsan Avni <[email protected]>
1 parent 20afe70 commit 63eaacc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schemas/json/dependabot-2.0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,7 @@
698698
},
699699
"update": {
700700
"type": "object",
701+
"additionalProperties": false,
701702
"properties": {
702703
"allow": {
703704
"description": "Customize which updates are allowed",

0 commit comments

Comments
 (0)