Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-dependabot

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.

Requirements

  • GitHub CLI (gh) version 2.0 or higher
  • Go version 1.26 or higher (only required for building from source)

Installation

gh extension install clementvtrd/gh-dependabot

Usage

Once installed, the extension is available as a gh subcommand:

gh dependabot

Use the --help flag to see available commands and options:

gh dependabot --help

You 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!

Building from source

  1. Clone the repository:

    git clone https://github.com/clementvtrd/gh-dependabot.git
    cd gh-dependabot
  2. Build the binary:

    go build -o gh-dependabot
  3. Install it locally as a GitHub CLI extension:

    gh extension install .

About

An extensions to interact with pull requests opened by Dependabots on Github

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages