Dependabot-core: Open an issue instead of a PR when a new release of a package comes out

Created on 30 Jul 2018  路  6Comments  路  Source: dependabot/dependabot-core

So I have a project called mdn-compat-data-explorer, and it uses an npm package called mdn-browser-compat-data.

The package is heavily integrated into the project, so dependabot opening a PR isn't very useful as simply updating the package won't work and the tests will fail. When I update the package, I have to do a bunch of other stuff manually, like regenerating the JSON data file.

So in this case, it'd be nice if dependabot could open an issue to tell me that the package was updated rather than opening a PR that'll fail anyway.

pull-requests feature-request

Most helpful comment

I've had this suggested before, and I like the idea of a @dependabot convert to issue command. Shouldn't take too long to implement, although I have a few bugs to crush first.

Thanks for the feedback! 馃檹

All 6 comments

I've had this suggested before, and I like the idea of a @dependabot convert to issue command. Shouldn't take too long to implement, although I have a few bugs to crush first.

Thanks for the feedback! 馃檹

I haven't tested the "lock file updates only" feature yet, but if it doesn't do this, this may be a great way to support that feature, while also letting engineers know about newer releases.

Feedback from https://github.com/dependabot/feedback/issues/380

I have opted out from dependabot some time ago but I'm still need some kind of notifications :) Is it possible to configure dependabot to create issues about available updates instead of pull requests?

This would be a great setting. For some of our project, we really only want the core value of dependabot that is knowing that updates exist, with changelog and links, in order to request support budget from clients. The pull requests provide this but also eat our CI quota for small benefit, as we may wait a few weeks before being able to properly review and test the updates.

@greysteil any news ?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within seven days. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

artzag picture artzag  路  3Comments

exequiel09 picture exequiel09  路  4Comments

LankyLou picture LankyLou  路  4Comments

greysteil picture greysteil  路  4Comments

rafaelrocha-hotmart picture rafaelrocha-hotmart  路  4Comments