From d376c469c95a10d5ea102dfa39b6353137bfac9a Mon Sep 17 00:00:00 2001 From: mchammer01 <42146119+mchammer01@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:47:21 +0100 Subject: [PATCH] remove TODO --- .../dependency-graph-supported-package-ecosystems.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/code-security/dependabot/ecosystems-supported-by-dependabot/dependency-graph-supported-package-ecosystems.md b/content/code-security/dependabot/ecosystems-supported-by-dependabot/dependency-graph-supported-package-ecosystems.md index 6b8ab97043..613c31ac0c 100644 --- a/content/code-security/dependabot/ecosystems-supported-by-dependabot/dependency-graph-supported-package-ecosystems.md +++ b/content/code-security/dependabot/ecosystems-supported-by-dependabot/dependency-graph-supported-package-ecosystems.md @@ -28,7 +28,7 @@ The recommended formats explicitly define which versions are used for all direct {% data reusables.dependency-graph.supported-package-ecosystems %} -## Supported package ecosystems via dependency submission actions +## Package ecosystems supported via dependency submission actions You can use the {% data variables.dependency-submission-api.name %} to add dependencies from the package manager or ecosystem of your choice to the dependency graph, even if the ecosystem is not in the supported ecosystem list above. {% data reusables.dependency-graph.dependency-submission-API-short %} For more information on the {% data variables.dependency-submission-api.name %}, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)." @@ -40,6 +40,4 @@ You typically use the {% data variables.dependency-submission-api.name %} in a { {% data reusables.dependency-submission.premade-action-table %} -TODO: - Move more content from "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api) to here? - You can also create your own action. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api#creating-your-own-action)."