Skip to content

Commit 70f5aa2

Browse files
committed
tidying up
1 parent 3482afa commit 70f5aa2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The following table shows, for each package manager:
2-
- the YAML value to use in the file,
3-
- the supported versions,
4-
- whether dependencies in private {% data variables.product.prodname_dotcom %} repositories are supported
5-
- whether vendoring is supported for the dependency
2+
- The YAML value to use in the*dependabot.yml* file
3+
- The supported versions
4+
- Whether dependencies in private {% data variables.product.prodname_dotcom %} repositories are supported
5+
- Whether vendoring is supported for the package
66

77
Package manager | YAML value | Supported versions | Private {% data variables.product.prodname_dotcom %} repositories | Vendoring
88
--- | :---:| :---:|:---:|:---:
@@ -27,10 +27,10 @@ poetry | `pip` | TBD | | |
2727
Terraform | `terraform` | <= 0.11 | **** | |
2828
yarn | `nmp` | v1 | | |
2929

30-
For example, if you use `poetry` to manage your Python dependencies and want {% data variables.product.prodname_dependabot %} to monitor your dependency manifest file for new versions, use `package-ecosystem: "pip"` in your *dependabot.yml* file.
30+
(A) {% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files: `build.gradle` and `build.gradle.kts` (for Kotlin projects).
3131

32-
(A) {% data variables.product.prodname_dependabot %} doesn't run Gradle (therefore doesn't really support a version of Gradle), but {% data variables.product.prodname_dependabot %} supports updates to the following files: `build.gradle` and `build.gradle.kts` (Kotlin projects).
32+
(B) {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
3333

34-
(B) {% data variables.product.prodname_dependabot %} doesn't run Maven (therefore doesn't really support a version of Maven), but {% data variables.product.prodname_dependabot %} supports updates to `pom.xml` files.
34+
(C) {% data variables.product.prodname_dependabot %} doesn't run the NuGet CLI but does support most features up until version 4.8. Version 4.9 introduces lockfiles, which are unsupported.
3535

36-
(C) {% data variables.product.prodname_dependabot %} doesn't run the NuGet cli (therefore doesn't really support a version of NuGet) but does support most features up until 4.8, as 4.9 introduces lockfiles which are unsupported.
36+
For package managers such as `pipenv` and `poetry`, you need to use the pip YAML value.For example, if you use `poetry` to manage your Python dependencies and want {% data variables.product.prodname_dependabot %} to monitor your dependency manifest file for new versions, use `package-ecosystem: "pip"` in your *dependabot.yml* file.

0 commit comments

Comments
 (0)