Skip to content

Commit 1395afc

Browse files
committed
Apply suggestion from @kbukum1
1 parent ad1b8f6 commit 1395afc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

data/reusables/dependabot/supported-package-managers.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,20 +120,19 @@ For more information about using {% data variables.product.prodname_dependabot_v
120120

121121
### Gradle
122122

123-
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
123+
{% data variables.product.prodname_dependabot %} supports updates to the following files without needing to run Gradle:
124+
124125
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
125-
* `gradle/wrapper/gradle-wrapper.properties` (for Gradle wrapper)
126126
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
127127
* `gradle.lockfile` (for projects using Gradle dependency locking)
128-
* `gradle/wrapper/gradle-wrapper.properties` (for the Gradle Wrapper)
129128
* Files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property).
130129

131-
{% data variables.product.prodname_dependabot %} runs Gradle to update the Gradle Wrapper:
130+
{% data variables.product.prodname_dependabot %} runs Gradle to update the Gradle Wrapper:
131+
132132
* `gradle/wrapper/gradle-wrapper.properties`
133133
* `gradlew`
134134
* `gradlew.bat`
135135
* `gradle/wrapper/gradle-wrapper.jar`
136-
137136
{% data variables.product.prodname_dependabot %} uses information from the `pom.xml` file of dependencies to add links to release information in update pull requests. If the information is omitted from the `pom.xml` file, then it cannot be included in {% data variables.product.prodname_dependabot %} pull requests, see [AUTOTITLE](/code-security/dependabot/ecosystems-supported-by-dependabot/optimizing-java-packages-dependabot).
138137

139138
For {% data variables.product.prodname_dependabot_security_updates %}, Gradle support is limited to manual uploads of the dependency graph data using the {% data variables.dependency-submission-api.name %}. For more information about the {% data variables.dependency-submission-api.name %}, see [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api).

0 commit comments

Comments
 (0)