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 fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: maven
.
Default config¶
{
"fileMatch": [
"(^|\\/).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.