https://github.com/einride/gh-dependabot
GitHub CLI extension for reviewing Dependabot PRs.
https://github.com/einride/gh-dependabot
dependabot dependencies gh-extension go golang
Last synced: 5 months ago
JSON representation
GitHub CLI extension for reviewing Dependabot PRs.
- Host: GitHub
- URL: https://github.com/einride/gh-dependabot
- Owner: einride
- License: mit
- Created: 2021-11-19T00:34:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T05:18:04.000Z (6 months ago)
- Last Synced: 2025-06-28T11:05:23.092Z (5 months ago)
- Topics: dependabot, dependencies, gh-extension, go, golang
- Language: Go
- Homepage:
- Size: 246 KB
- Stars: 39
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- jimsghstars - einride/gh-dependabot - GitHub CLI extension for reviewing Dependabot PRs. (Go)
README
# gh-dependabot
A [GitHub CLI](https://github.com/cli/cli) extension to quickly review and
approve
[Dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/)
PRs.
## Installation
This extension is developed and tested against a minimum version (2.2.0) of the
[GitHub CLI](https://github.com/cli/cli).
1. Install the `gh cli` - see the
[installation instructions](https://github.com/cli/cli#installation)
2. Install this extension:
```sh
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)
```