A Claude Code skill that automates handling Dependabot PRs in Java/Kotlin Maven/Gradle projects.
When you ask Claude to "handle dependabot", "bump dependencies", "merge the dependabot PRs", etc., it will:
- List open Dependabot PRs
- Create a working branch
- Apply version changes from each PR
- Run the full build and tests
- Fix compilation/API breakage (up to 3 attempts)
- Commit, push, and open a PR — draft if the build isn't fully green
- Report back with a summary
/plugin install gh:584973/dependency-bumpOr clone and install locally:
git clone https://github.com/584973/dependency-bump
/plugin install /path/to/dependency-bumpJust talk to Claude naturally:
- "Handle the dependabot PRs"
- "Bump our dependencies and fix any build breakage"
- "Merge the dependabot PRs into one"
ghCLI, authenticated (gh auth status)mvnor./gradlewjava