Wiki

Clone wiki

robodep-feedback / Home

pluginLogo.png Robodep Dependency Updater

Robodep is a Bitbucket Server plugin that keeps your code's dependencies up to date by automatically creating pull requests.

Overview

Note: currently, only Maven is supported. If you would like to see support for other types of dependencies, please vote here.

Outdated dependencies can contain bugs and security vulnerabilities that have been fixed in more recent releases. By scanning for updates and creating pull requests automatically, Robodep saves you time while improving the security and functionality of your apps.

How it works

Robodep scans for updates

Robodep scans your repositories for dependencies and checks to see if any are out of date. Note: currently, only Maven is supported. If you would like to see support for other types of dependencies, please vote here.

Robodep creates pull requests

For any dependencies that are outdated, Robodep opens a pull request for each one individually.

Review and merge when you're ready

Make sure your CI passes and perform additional validation as needed. Or close the pull request and Robodep will ignore that dependency until its next release.

Updated