Skip to content

Commit dbb0a93

Browse files
authored
Add examples to 'directory' field in dependabot schema (#5588)
Added examples for the 'directory' field in the JSON schema and removes the misleading default value
1 parent 76eb19f commit dbb0a93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/json/dependabot-2.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
"directory": {
866866
"description": "Location of package manifests",
867867
"type": "string",
868-
"default": "/"
868+
"examples": ["/", "/ecosystem"]
869869
},
870870
"exclude-paths": {
871871
"description": "List of file paths to exclude from dependency updates",

0 commit comments

Comments
 (0)