Skip to content

Commit abe9c5e

Browse files
fix(schemas): Add DOCUMENTATION_DEPENDENCY_OF to the JSON schema
This `scopeExcludeReason` was added in [1]. [1]: 1d74f26 Signed-off-by: Marcel Bochtler <[email protected]>
1 parent 938fcc8 commit abe9c5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/schemas/repository-configuration-schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@
306306
"enum": [
307307
"BUILD_DEPENDENCY_OF",
308308
"DEV_DEPENDENCY_OF",
309+
"DOCUMENTATION_DEPENDENCY_OF",
309310
"PROVIDED_DEPENDENCY_OF",
310311
"TEST_DEPENDENCY_OF",
311312
"RUNTIME_DEPENDENCY_OF"

0 commit comments

Comments
 (0)