dependabot / cli

A tool for testing and debugging Dependabot update jobs.
MIT License
217 stars 34 forks source link

Creating Pull Request for Bitbucket Cloud #278

Open MukulSoul opened 7 months ago

MukulSoul commented 7 months ago

Currently, CLI only generates the output file. but does not create a pull request. Also, there is documentation on how to use the output file. What is the plan of adding support for actually creating PR?

Taofeeqib commented 6 months ago

Hi @MukulSoul could you please point me the documentation on how to use the output file to create PR?

jeffwidman commented 2 months ago

We're open to it, just haven't had time to work on extending the cli output to actually create PR's.

The great thing is this is open source, you're welcome to contribute a PR. May want to start with an issue describing the interface you'd like to build.

JaredCE commented 1 month ago

@jeffwidman Do you have thoughts on how you'd want the CLI to raise pulls? I've always wanted to play with golang, and perhaps this is my opportunity (but this is by no means any indication that i will raise a PR or have anything concrete to show you), but some direction of where to take it might be useful.