SchemaStore / schemastore

A collection of JSON schema files including full API
http://schemastore.org
Apache License 2.0
2.92k stars 1.58k forks source link

Add new `directories` key to Dependabot 2.0 schema #3753

Closed parkerbxyz closed 1 month ago

parkerbxyz commented 1 month ago

https://github.blog/changelog/2024-04-29-dependabot-multi-directory-configuration-public-beta-now-available/

This pull request introduces changes to support multiple directories for package manifests in the dependabot-2.0 schema. The changes include adding a new directories field, modifying the required fields, and adding new test cases.

Changes to the schema:

Addition of new test cases:

hyperupcall commented 1 month ago

thanks