Automated Dependency Updates for Gradle Wrapper
Categories: java
Renovate supports updating Gradle Wrapper dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)gradle/wrapper/gradle-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: gradle-version
.
Default config¶
{
"managerFilePatterns": [
"/(^|/)gradle/wrapper/gradle-wrapper\\.properties$/"
],
"versioning": "gradle"
}
Additional Information¶
Configuration for Gradle Wrapper updates. Changes here affect how Renovate updates the version of gradle in the wrapper, not how it uses the wrapper.