Skip to content

Commit 82c625d

Browse files
authored
Merge pull request #17999 from github/ecosystem-footnotes
Add superscripts to reference footnotes in supported-package-managers.md
2 parents 46d8de0 + 1ca9ed4 commit 82c625d

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
@@ -15,21 +15,21 @@ Elm | `elm` | v0.18, v0.19 | **✓** | |
1515
git submodule | `gitsubmodule` | N/A (no version) | **** | |
1616
GitHub Actions | `github-actions` | N/A (no version) | **** | |
1717
Go modules | `gomod` | v1 | **** | **** |
18-
Gradle | `gradle` | see (A) below | **** | |
19-
Maven | `maven` | see (B) below | **** | |
18+
Gradle | `gradle` | N/A (no version)<sup>[1]</sup> | **** | |
19+
Maven | `maven` | N/A (no version)<sup>[2]</sup> | **** | |
2020
npm | `npm` | v6, v7 | **** | |
21-
NuGet | `nuget` | <= 4.8.</br>see (C) below | **** | |
21+
NuGet | `nuget` | <= 4.8<sup>[3]</sup> | **** | |
2222
pip | `pip` | v20 | | |
2323
pipenv | `pip` | <= 2018.11.26 | | |
2424
pip-compile | `pip` | 5.5.0 | | |
2525
poetry | `pip` | v1 | | |
2626
Terraform | `terraform` | <= 0.11 | **** | |
2727
yarn | `npm` | v1 | **** | |
2828

29-
(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).
29+
[1] {% 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).
3030

31-
(B) {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
31+
[2] {% data variables.product.prodname_dependabot %} doesn't run Maven but supports updates to `pom.xml` files.
3232

33-
(C) {% data variables.product.prodname_dependabot %} doesn't run the NuGet CLI but does support most features up until version 4.8.
33+
[3] {% data variables.product.prodname_dependabot %} doesn't run the NuGet CLI but does support most features up until version 4.8.
3434

3535
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)