-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detect new ecosystems #108
Comments
A better example may be the |
Thank you for suggesting this! I agree this is a very valuable change that we would love to have for our use at GitHub as well. One implementation detail to keep in mind here is that we don't want to repeatedly ask everytime the tool runs for them to add an ecosystem that they have previously been asked about so we will need to ensure we are properly detecting closed PRs around those and skipping those. Could get a little tricky but still a solvable problem. |
An alternative to checking whether there's already been a PR (for ecosystems people don't want in their project), is to instruct users to comment out ecosystems (but leave them in the |
Is your feature request related to a problem?
If you have a
dependabot.yml
with config for e.g. ecosystemmaven
, then add a new ecosystem in the same project (i.e.npm
), then evergreen won't try to updatedependabot.yml
to includenpm
.Describe the solution you'd like
A new PR/Issue should be created when a project contains a
dependabot.yml
-file, but with missing ecosystems.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: