Skip to content

einride/gh-dependabot

Repository files navigation

gh-dependabot

A GitHub CLI extension to quickly review and approve Dependabot PRs.

Installation

This extension is developed and tested against a minimum version (2.2.0) of the GitHub CLI.

  1. Install the gh cli - see the installation instructions

  2. Install this extension:

    gh extension install einride/gh-dependabot

Usage

 $ gh dependabot --help
Manage Dependabot PRs.

Usage:
  gh dependabot [flags]

Examples:
gh dependabot --org einride

Flags:
  -h, --help            help for gh
  -s, --only-security   show only pull requests that relate to security alerts
  -o, --org string      organization to query (e.g. einride)
  -t, --team string     team to query (e.g. einride/team-transport-execution)