Skip to content

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.

Dependency types

This manager has no documented depType values.

Default config

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

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.