From fe1e6e9daf257a48862777c01f8eb23b0c21433d Mon Sep 17 00:00:00 2001 From: Jon Janego Date: Thu, 9 May 2024 09:54:05 -0500 Subject: [PATCH] Clarify GHES behavior (#50531) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/reusables/dependabot/about-the-dependency-graph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/reusables/dependabot/about-the-dependency-graph.md b/data/reusables/dependabot/about-the-dependency-graph.md index 544a458d72..8ffedfaed0 100644 --- a/data/reusables/dependabot/about-the-dependency-graph.md +++ b/data/reusables/dependabot/about-the-dependency-graph.md @@ -1,11 +1,11 @@ The dependency graph is a summary of the manifest and lock files stored in a repository and any dependencies that are submitted for the repository using the {% data variables.dependency-submission-api.name %} (beta). For each repository, it shows{% ifversion fpt or ghec %}: - Dependencies, the ecosystems and packages it depends on -- Dependents, the repositories and packages that depend on it{% else %} dependencies, that is, the ecosystems and packages it depends on.{% endif %} +- Dependents, the repositories and packages that depend on it{% else %} dependencies, the ecosystems and packages it depends on.{% endif %} {% ifversion dependency-graph-repository-view-update %} {% data reusables.dependency-graph.repository-view-update %} {% endif %} {% ifversion ghes %} -{% data variables.product.product_name %} does not calculate information about dependents, the repositories and packages that depend on a repository.{% endif %} +{% data variables.product.product_name %} does not retrieve license information for dependencies, and does not calculate information about dependents, the repositories and packages that depend on a repository.{% endif %}