Generate list of blocking upstream dependencies? #1340
Labels
F: pull-requests
Issues about Dependabot pull requests
F: security-updates 🔐
Issues specific to security updates
T: feature-request
Requests for new features
I'm trying to update past a
critical severity
alert, but got the messageDependabot cannot create a pull request as one or more other dependencies require a version that is incompatible with this update.
That makes sense, and I can look through
yarn.lock
to see what dependencies must be updated to allow dependabot to create the PR, but it's laborious and error-prone to do this manually. I was wondering if there could be a feature to somehow list out which dependencies are blocking the critical severity one, and offer to open PRs for those too, to make a kind of tree of pre-dependencies (for lack of a better term). This could fast-track a course of action which addressescritical severity
alerts.Right now, we have a lot of dependabot PRs which we work through as we're able to, but we're not aware of if we're making progress towards the critical severity ones.
Thanks, we ❤️ dependabot!
The text was updated successfully, but these errors were encountered: