This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Better Dependabot support in composer manifest#30
Open
sgerrand wants to merge 5 commits intoduffelhq:mainfrom
Open
Better Dependabot support in composer manifest#30sgerrand wants to merge 5 commits intoduffelhq:mainfrom
sgerrand wants to merge 5 commits intoduffelhq:mainfrom
Conversation
Supports: - [`composer.json` schema](https://getcomposer.org/doc/04-schema.md#support) - [Dependabot implementation](https://github.com/dependabot/dependabot-core/blob/e8d8a1268ea61304e939ba9ab963e249cac5b241/composer/lib/dependabot/composer/metadata_finder.rb#L19-L26)
Contributor
Author
|
FYI @igorp1 👋 |
timrogers
reviewed
Jul 5, 2024
As suggested by @timrogers, thanks Tim! - duffelhq#30 (review) - duffelhq#30 (comment)
Contributor
Author
|
😿 I think that the |
|
LGTM! 🚢 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💁 These changes were inspired by @timrogers' efforts in duffelhq/duffel-api-javascript#934 to help Dependabot understand the relationships between the project and its dependencies.
I don't know whether this library is still maintained but if it is then this change will help. As an example, these dependencies are all out of date and Dependabot should pick that up after this changeset is merged:
Relevant documentation and code:
composer.jsonschema