wk-renovate
Installation
SKILL.md
Renovate — Batch Dependabot PRs
Combine all open Dependabot PRs in the current repo into a single dependency-update PR. One branch, one review, one merge.
When to Use
- Open Dependabot PRs are piling up and you want a single combined update.
/wk-renovateinvoked directly.- "combine dependabot PRs", "batch dependency updates", "merge all dependabot".
Step 1: Discover Dependabot PRs
List all open PRs authored by Dependabot:
gh pr list --author "app/dependabot" --state open --json number,title,headRefName,body --limit 100