varunzxzx
varunzxzx

Reputation: 21

Can dependabot suggest patches for direct dependency?

Currently, dependabot suggests only the vulnerable package patch version(fix) but If I need to upgrade only the direct dependency which consumes the fix.

Upvotes: 1

Views: 317

Answers (1)

Nikhil
Nikhil

Reputation: 21

No, Dependabot checks whether it's possible to upgrade the vulnerable dependency to a fixed version without disrupting the dependency graph for the repository. Then Dependabot raises a pull request to update the dependency to the minimum version that includes the patch.

Upvotes: 2

Related Questions