Skip to content

584973/dependency-bump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dependency-bump — Claude Code Plugin

A Claude Code skill that automates handling Dependabot PRs in Java/Kotlin Maven/Gradle projects.

What it does

When you ask Claude to "handle dependabot", "bump dependencies", "merge the dependabot PRs", etc., it will:

  1. List open Dependabot PRs
  2. Create a working branch
  3. Apply version changes from each PR
  4. Run the full build and tests
  5. Fix compilation/API breakage (up to 3 attempts)
  6. Commit, push, and open a PR — draft if the build isn't fully green
  7. Report back with a summary

Install

/plugin install gh:584973/dependency-bump

Or clone and install locally:

git clone https://github.com/584973/dependency-bump
/plugin install /path/to/dependency-bump

Usage

Just talk to Claude naturally:

  • "Handle the dependabot PRs"
  • "Bump our dependencies and fix any build breakage"
  • "Merge the dependabot PRs into one"

Requirements

  • gh CLI, authenticated (gh auth status)
  • mvn or ./gradlew
  • java

About

Claude Code skill for handling Dependabot PRs in Java/Kotlin Maven/Gradle projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors