@@ -8,6 +8,20 @@ description: Java versions support in Renovate
...
@@ -8,6 +8,20 @@ description: Java versions support in Renovate
Renovate can update Gradle and Maven dependencies.
Renovate can update Gradle and Maven dependencies.
This includes libraries and plugins as well as the Gradle Wrapper.
This includes libraries and plugins as well as the Gradle Wrapper.
## LTS releases
The `config:base` preset includes the `workarounds:javaLTSVersions` preset.
The workaround limits Renovate to upgrade to LTS versions of the Java runtime only.
If you want Renovate to offer all `major` Java updates then add `workarounds:javaLTSVersions` to the `ignorePreset` array:
```
{
"extends": ["config:base"],
"ignorePresets": ["workarounds:javaLTSVersions"]
}
```
## Gradle
## Gradle
Renovate detects versions that are specified in a string `'group:artifact:version'` and those specified in a map `(group:groupName, name:ArtifactName, version:Version)`.
Renovate detects versions that are specified in a string `'group:artifact:version'` and those specified in a map `(group:groupName, name:ArtifactName, version:Version)`.