Skip to content

Commit

Permalink
Adds breaking_versions config option check (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcajon committed Sep 10, 2024
1 parent 0ca7f2d commit de23248
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"enum": ["auto", "manual", "manual_only"],
"type": "string"
},
"breaking_versions": {
"items": {
"type": "string"
},
"type": "array"
},
"codenotary": {
"type": "string",
"format": "email"
Expand Down

0 comments on commit de23248

Please sign in to comment.