Skip to content

Commit 9e52473

Browse files
committed
Updated dependabot's docs to add Gradle Wrapper
1 parent f6ba64e commit 9e52473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
102102

103103
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
104104
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
105+
* `gradle/wrapper/gradle-wrapper.properties` (for Gradle wrapper)
105106
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
106107
* 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).
107108

0 commit comments

Comments
 (0)