1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #28844 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-10-04 01:01:34 -07:00
committed by GitHub
2 changed files with 17 additions and 7 deletions

View File

@@ -25,19 +25,27 @@ For more information, see "[AUTOTITLE](/code-security/supply-chain-security/unde
## About configuring the dependency graph
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)."
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)."
{% data reusables.dependency-submission.dependency-submission-link %}
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)."
{% endif %}
{% ifversion ghes %} ## Enabling the dependency graph
{% data reusables.dependabot.ghes-ghae-enabling-dependency-graph %}{% endif %}{% ifversion fpt or ghec %}
{% ifversion ghes %}
## Enabling the dependency graph
{% data reusables.dependabot.ghes-ghae-enabling-dependency-graph %}{% endif %}
{% ifversion ghec %}
### Enabling and disabling the dependency graph for a private or internal repository
{% endif %}{% ifversion fpt %}
### Enabling and disabling the dependency graph for a private repository
{% endif %}{% ifversion fpt or ghec %}
{% data reusables.dependabot.enabling-disabling-dependency-graph-private-repo %}
{% endif %}

View File

@@ -1,6 +1,8 @@
Repository administrators can enable or disable the dependency graph for private repositories.
Repository administrators can enable or disable the dependency graph for private {% ifversion ghec %}or internal{% endif %} repositories.
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)."
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)".
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)."
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}