Skip to content

Automated Dependency Updates for Maven Wrapper

Categories: java

Renovate supports updating Maven Wrapper dependencies.

File Matching

By default, Renovate will check any files matching any of the following regular expressions:

/(^|\/).mvn/wrapper/maven-wrapper.properties$/
/(^|\/)mvnw(.cmd)?$/

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: maven.

Default config

{
  "managerFilePatterns": [
    "/(^|\\/).mvn/wrapper/maven-wrapper.properties$/",
    "/(^|\\/)mvnw(.cmd)?$/"
  ],
  "versioning": "maven"
}

Additional Information

Configuration for Maven Wrapper updates. Changes here affect how Renovate updates the version of Maven in the wrapper, not how it uses the wrapper.