Skip to content

Commit e5268b7

Browse files
authored
Document update-types feature within the allow block (#5582)
1 parent 75cbab8 commit e5268b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/dependabot-2.0.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,10 @@
744744
},
745745
"dependency-type": {
746746
"$ref": "#/definitions/dependency-type"
747+
},
748+
"update-types": {
749+
"$ref": "#/definitions/update-types",
750+
"description": "Use to allow specific types of updates. You can combine this with 'dependency-name: \"*\"' to allow particular update-types for all dependencies."
747751
}
748752
},
749753
"anyOf": [

0 commit comments

Comments
 (0)