Skip to content
Snippets Groups Projects
Unverified Commit 2d2edf2e authored by Javier Segovia Córdoba's avatar Javier Segovia Córdoba Committed by GitHub
Browse files

docs: Update Gradle File Support docs (#11717)

parent 522d23e2
No related merge requests found
...@@ -14,9 +14,13 @@ Renovate detects versions that are specified in a string `'group:artifact:versio ...@@ -14,9 +14,13 @@ Renovate detects versions that are specified in a string `'group:artifact:versio
### Gradle File Support ### Gradle File Support
Renovate can update `build.gradle`/`build.gradle.kts` files in the root of the repository. Renovate can update:
It also updates any `*.gradle`/`*.gradle.kts` files in a subdirectory as multi-project configurations.
Renovate also tries to find updates for dependencies whose version is defined in a `*.properties` file, and scans for `*.versions.toml` files and for `*.toml` files inside the `gradle` folder to keep [catalogs](https://docs.gradle.org/current/userguide/platforms.html) up to date. - `build.gradle`/`build.gradle.kts` files in the root of the repository
- `*.gradle`/`*.gradle.kts` files in a subdirectory as multi-project configurations
- dependencies whose version is defined in a `*.properties` file
- `*.versions.toml` files in any directory or `*.toml` files inside the `gradle`
directory ([Gradle Version Catalogs docs](https://docs.gradle.org/current/userguide/platforms.html))
Renovate does not support: Renovate does not support:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment