Add command to remove the dependency instead of upgrading it #12479
BHSPitMonkey
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As I've been working through a backlog of Dependabot version update PRs, I've run into several cases where I check how the dependency is used by the application and realize that it's no longer needed in our manifest.
When this happens, I'll go and remove the entry (and update the lock file) by hand—but this seems like a pattern that could be replaced with a handy
@dependabot
command instead (e.g.@dependabot remove
or@dependabot drop
) to update the current PR in-place, replacing the upgrade with a removal.Beta Was this translation helpful? Give feedback.
All reactions