Skip to content

Commit 6ecd6ce

Browse files
Apply suggestions from code review
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
1 parent 336a573 commit 6ecd6ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

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

7-
Package manager | YAML value | Supported versions | Private {% data variables.product.prodname_dotcom %} repositories | Vendoring
8-
--- | :---:| :---:|:---:|:---:
7+
Package manager | YAML value | Supported versions | Private repositories | Vendoring
8+
--- | --- | --- |:---:|:---:
99
Bundler | `bundler` | v1 | | **** |
1010
Cargo | `cargo` | v1 | **** | |
1111
Composer | `composer` | v1,v2 | **** | |
@@ -19,13 +19,13 @@ Hex | `hex` | TBD | | |
1919
Maven | `maven` | see (B) below | **** | |
2020
Mix | `mix` | v1 | **** | |
2121
npm | `npm` | v6 | **** | |
22-
NuGet | `nuget` | <= 4.8.</br>See (C) below | **** | |
22+
NuGet | `nuget` | <= 4.8.</br>see (C) below | **** | |
2323
pip | `pip` | v20 | | |
2424
pipenv | `pip` | <= 2018.11.26 | | |
2525
pip-compile | `pip` | 5.5.0 | | |
2626
poetry | `pip` | TBD | | |
2727
Terraform | `terraform` | <= 0.11 | **** | |
28-
yarn | `nmp` | v1 | | |
28+
yarn | `npm` | v1 | | |
2929

3030
(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

0 commit comments

Comments
 (0)