Skip to content

Commit 3a8e6ed

Browse files
committed
fix a few things
1 parent 70f5aa2 commit 3a8e6ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following table shows, for each package manager:
2-
- The YAML value to use in the*dependabot.yml* file
2+
- The YAML value to use in the *dependabot.yml* file
33
- The supported versions
44
- Whether dependencies in private {% data variables.product.prodname_dotcom %} repositories are supported
55
- Whether vendoring is supported for the package
@@ -19,7 +19,7 @@ Gradle | `gradle` | see (A) below | **✓** | |
1919
Maven | `maven` | see (B) below | **** | |
2020
Mix | `mix` | v1 | **** | |
2121
npm | `npm` | v6 | **** | |
22-
NuGet | `nuget` | <= 4.8. 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` | TBD | | |
@@ -33,4 +33,4 @@ yarn | `nmp` | v1 | | |
3333

3434
(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-
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.
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)