This script helps speed up the process of reviewing and approving Dependabot pull requests. It fetches open Dependabot PRs that require your review, displays relevant information, and allows you to approve and merge them quickly.
- Fetches open Dependabot pull requests where you are requested as a reviewer
- Displays PR information including repository, title, labels, and check status
- Allows you to approve PRs with a single keypress
This script includes uv compatable inline script dependencies.
Alternatively, you can install the dependencies manually with pip install rich furl
.
You will need to have the Github CLI installed and be logged in to your GitHub account.
If you have uv
installed, you can run the script directly with:
uv run dependabot_reviews.py