Skip to content

Commit 3f53ef0

Browse files
add exclude paths to json schema (SchemaStore#4915)
1 parent 2684d39 commit 3f53ef0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/schemas/json/dependabot-2.0.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,15 @@
817817
"type": "string",
818818
"default": "/"
819819
},
820+
"exclude-paths": {
821+
"description": "List of file paths to exclude from dependency updates",
822+
"type": "array",
823+
"minItems": 0,
824+
"uniqueItems": true,
825+
"items": {
826+
"type": "string"
827+
}
828+
},
820829
"groups": {
821830
"description": "Configure groups for dependencies. Each 'groups' property is arbitrary will appear in pull request titles and branch names. For example, the code snippet '{\"groups\": {\"NPM dependencies\": {\"patterns\": [\"*\"]}}}' sets the group name to 'NPM dependencies'.",
822831
"type": "object",

0 commit comments

Comments
 (0)