Open
Description
Is there a way to extract the dependency name and versions from the Dependabot PR? That would enable this action to work for all dependency types instead of just ones with a package.json:
For example:
Humanizr/Humanizer#1099
That shows the dependency name, original and destination version. That seems like it has all the information required for this action to decide if it should be auto merged or not?