Skip to content

Commit 00d30d2

Browse files
am-steadmchammer01
andauthored
[Improvement]: Add information regarding Internal repositories for the dependency graph #10998 (#42520)
Co-authored-by: mc <[email protected]>
1 parent 8aab7b5 commit 00d30d2

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,27 @@ For more information, see "[AUTOTITLE](/code-security/supply-chain-security/unde
2525

2626
## About configuring the dependency graph
2727

28-
To generate a dependency graph, {% data variables.product.product_name %} needs read-only access to the dependency manifest and lock files for a repository. The dependency graph is automatically generated for all public repositories and you can choose to enable it for private repositories. For more information on viewing the dependency graph, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository)."
28+
To generate a dependency graph, {% data variables.product.product_name %} needs read-only access to the dependency manifest and lock files for a repository. The dependency graph is automatically generated for all public repositories and you can choose to enable it for private {% ifversion ghec %}and internal {% endif %}repositories. For more information on viewing the dependency graph, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/exploring-the-dependencies-of-a-repository)."
2929

3030
{% data reusables.dependency-submission.dependency-submission-link %}
3131

32-
You can also enable the dependency graph for multiple repositories in an organization at the same time. For more information, see "[AUTOTITLE](/code-security/getting-started/securing-your-organization)."
33-
3432
{% endif %}
3533

36-
{% ifversion ghes %} ## Enabling the dependency graph
37-
{% data reusables.dependabot.ghes-ghae-enabling-dependency-graph %}{% endif %}{% ifversion fpt or ghec %}
34+
{% ifversion ghes %}
35+
36+
## Enabling the dependency graph
37+
38+
{% data reusables.dependabot.ghes-ghae-enabling-dependency-graph %}{% endif %}
39+
40+
{% ifversion ghec %}
41+
42+
### Enabling and disabling the dependency graph for a private or internal repository
43+
44+
{% endif %}{% ifversion fpt %}
3845

3946
### Enabling and disabling the dependency graph for a private repository
4047

48+
{% endif %}{% ifversion fpt or ghec %}
4149
{% data reusables.dependabot.enabling-disabling-dependency-graph-private-repo %}
4250

4351
{% endif %}

data/reusables/dependabot/enabling-disabling-dependency-graph-private-repo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Repository administrators can enable or disable the dependency graph for private repositories.
1+
Repository administrators can enable or disable the dependency graph for private {% ifversion ghec %}or internal{% endif %} repositories.
22

3-
You can also enable or disable the dependency graph for all repositories owned by your user account or organization. For more information, see "[AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph)."
3+
You can enable or disable the dependency graph for all repositories owned by your user account. For more information, see "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account)".
4+
5+
You can also enable the dependency graph for multiple repositories in an organization at the same time. For more information, see "[AUTOTITLE](/code-security/getting-started/securing-your-organization)."
46

57
{% data reusables.repositories.navigate-to-repo %}
68
{% data reusables.repositories.sidebar-settings %}

0 commit comments

Comments
 (0)