Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T08:59:59.000Z (7 months ago)
- Last Synced: 2024-04-14T14:18:21.201Z (7 months ago)
- Topics: dependabot, dependencies, gh-extension, go, golang
- Language: Go
- Homepage:
- Size: 174 KB
- Stars: 29
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: securityfilter.go
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 einrideFlags:
-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)
```