Caution
The repository has been archived in favor of KnpLabs/gh-dependabot
A GitHub CLI extension to interact with pull requests opened by Dependabot on GitHub.
- GitHub CLI (
gh) version 2.0 or higher - Go version 1.26 or higher (only required for building from source)
gh extension install clementvtrd/gh-dependabotOnce installed, the extension is available as a gh subcommand:
gh dependabotUse the --help flag to see available commands and options:
gh dependabot --helpYou can approve Dependabot's PR:
gh dependabot approve [PR's number...]You can merge Dependabot's PR:
gh dependabot merge [PR's number...]Wants more feature? Open an issue, I'll take a look as soon as I can!
-
Clone the repository:
git clone https://github.com/clementvtrd/gh-dependabot.git cd gh-dependabot -
Build the binary:
go build -o gh-dependabot
-
Install it locally as a GitHub CLI extension:
gh extension install .