Skip to content

Commit 0bd4d17

Browse files
mchammer01myarb
andauthored
[READY TO SHIP] - Dependabot Updates can keep Gradle Version Catalogs up to date - [GA] (github#35275)
Co-authored-by: Melanie Yarbrough <[email protected]>
1 parent 6424832 commit 0bd4d17

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Reference: Issue #9709 - Dependabot Updates can keep Gradle Version Catalogs up to date - [GA]
2+
versions:
3+
fpt: '*'
4+
ghec: '*'
5+
ghes: '>3.8'

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ Terraform | `terraform` | >= 0.13, <= 1.3.x | {% octicon "check" aria
4242

4343
[2] {% data variables.product.prodname_dependabot %} only supports updates to {% data variables.product.prodname_actions %} using the {% data variables.product.prodname_dotcom %} repository syntax, such as {% data reusables.actions.action-checkout %}. Docker Hub and {% data variables.product.prodname_registry %} {% data variables.product.prodname_container_registry %} URLs are currently not supported.
4444

45-
[3] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle`, `build.gradle.kts` (for Kotlin projects), and 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).
45+
[3] {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
46+
- `build.gradle`, `build.gradle.kts` (for Kotlin projects){% ifversion dependabot-updates-gradle-versions-catalog-support %}
47+
- `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog){% endif %}
48+
- 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).
4649

4750
[4] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
4851

0 commit comments

Comments
 (0)