Skip to content

Commit a9e869f

Browse files
Copilotfelickzmchammer01
authored
Add gradle.lockfile to Dependabot supported files documentation (#58815)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: felickz <[email protected]> Co-authored-by: mc <[email protected]>
1 parent 0e0fa2f commit a9e869f

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
@@ -117,6 +117,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
117117
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
118118
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
119119
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
120+
* `gradle.lockfile` (for projects using Gradle dependency locking)
120121
* 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).
121122

122123
{% 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).

0 commit comments

Comments
 (0)