diff --git a/lib/modules/manager/gradle/readme.md b/lib/modules/manager/gradle/readme.md index 5cd0635a8333e2939658009ddabc302ea3b0ecf6..118a958d5007279bfd51739cc2d97a93f8cbfae0 100644 --- a/lib/modules/manager/gradle/readme.md +++ b/lib/modules/manager/gradle/readme.md @@ -11,7 +11,7 @@ As the output of these commands can be very large, any text other than errors (i ### Dependency verification -If Renovate finds a `gradle/verification-metadata.xml` file, it updates the content by using the `gradle --write-verification-metadata <hashTypes> dependencies` command. +If Renovate finds a `gradle/verification-metadata.xml` file and either `<verify-metadata>true</verify-metadata>` or `<verify-signatures>true</verify-signatures>` (or both), it updates the content by using the `gradle --write-verification-metadata <hashTypes> dependencies` command. Renovate will check the file for existing hash types (like `sha256`) and use them as `<hashTypes>`. <!-- prettier-ignore -->