Automated Dependency Updates for Gradle Lite
Renovate supports updating Gradle Lite dependencies.
Enabling
Gradle Lite functionality is currently in beta testing so you must opt in to test it out. To enable it, add a configuration like this to either your bot config or your renovate.json
:
{
"gradle-lite": {
"enabled": true
}
}
If you encounter any bugs, please raise a bug report. If you find that it works well, then feedback on that would be welcome too.
File Matching
By default, Renovate will check any files matching any of the following regular expressions:
(^|/)gradle.properties$
\.gradle(\.kts)?$
For details on how to extend a manager's fileMatch
value, please follow this link.
Additional Information
gradle-lite
is an an alternate manager for Gradle, and is written in JavaScript.
The main benefit of gradle-lite
is that it skips the slow Gradle commands.
You can use the default gradle
manager and gradle-lite
at the same time.
If you like the commits from gradle-lite
, you can use gradle-lite
as a complete replacement for the default manager.