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 the following regular expression: /(^|\/).mvn/wrapper/maven-wrapper.properties$/.

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$/"
  ],
  "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.