Skip to content

Commit 24ce577

Browse files
authored
Merge pull request #18146 from github/supported-ecosystems-clarification
Add clarification before dependency graph ecosystem table
2 parents c940dcd + 1a4294a commit 24ce577

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/github/visualizing-repository-data-with-graphs/about-the-dependency-graph.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ When the dependency graph is first enabled, any manifest and lock files for supp
6464

6565
The recommended formats explicitly define which versions are used for all direct and all indirect dependencies. If you use these formats, your dependency graph is more accurate. It also reflects the current build set up and enables the dependency graph to report vulnerabilities in both direct and indirect dependencies.{% if currentVersion == "free-pro-team@latest" %} Indirect dependencies that are inferred from a manifest file (or equivalent) are excluded from the checks for vulnerable dependencies.{% endif %}
6666

67+
{% if currentVersion == "free-pro-team@latest" %}The ecosystems listed below are supported for the dependency graph, {% data variables.product.prodname_dependabot_alerts %}, and {% data variables.product.prodname_dependabot_security_updates %}.{% endif %}
68+
{% if currentVersion ver_gt "[email protected]" %}The ecosystems listed below are supported for the dependency graph and {% data variables.product.prodname_dependabot_alerts %}.{% endif %}
69+
6770
| Package manager | Languages | Recommended formats | All supported formats |
6871
| --- | --- | --- | ---|
6972
| Composer | PHP | `composer.lock` | `composer.json`, `composer.lock` |

0 commit comments

Comments
 (0)