Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashladha/clean-dependa
Close you dependabot PR's in a clean way and lazy way
https://github.com/yashladha/clean-dependa
cli dependabot dependencies rust
Last synced: 2 months ago
JSON representation
Close you dependabot PR's in a clean way and lazy way
- Host: GitHub
- URL: https://github.com/yashladha/clean-dependa
- Owner: yashLadha
- Created: 2020-09-25T17:21:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T00:26:03.000Z (over 3 years ago)
- Last Synced: 2024-09-18T09:05:42.209Z (3 months ago)
- Topics: cli, dependabot, dependencies, rust
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## clean-dependa π§Ή
Clean-Dependa is a hobby project to learn rust and create something that is
bothering me from such a long time π. It looks for all the user-repositories and
clears up the dependabot PRs of high severity.Behind the scenes it is using the awesome π€Github API to perform these tasks.
## Building
Clone the repository and in the root directory execute the following command.
```sh
make
```You can find the binary at path `target/release/clean-dependa`. Move it to a
location which is visible in your `$PATH`.## Usage
You can use the build binary in release folder inside target directory. You need
to pass your Github Username as the command line argument and set the
environment variable `GITHUB_TOKEN` to the github token value.```sh
export GITHUB_TOKEN=""
clean-dependa yashladha
```You can also copy the binary in your `$PATH` so that it can be accessible from
all the paths.## Enhancements Pending
* To create PRs of all levels from Github and not just critical severity.
* Management of different orgs and not just the user.