Skip to content

Commit be5b4e2

Browse files
docs(dependabot): distinguish private repositories from registries
Closes #45681
1 parent a9a4c3c commit be5b4e2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

‎content/code-security/reference/supply-chain-security/supported-ecosystems-and-repositories.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ This article provides reference information about the package ecosystems and rep
2323

2424
You can configure updates for repositories that contain a dependency manifest or lock file for one of the supported package managers. For some package managers, you can also configure vendoring for dependencies. For more information, see [`vendor`](/code-security/reference/supply-chain-security/dependabot-options-reference#vendor--).
2525
{% data variables.product.prodname_dependabot %} also supports dependencies in private registries. For more information, see [AUTOTITLE](/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/configure-access-to-private-registries).
26+
27+
The **Private Git repositories** column refers to repositories that contain dependencies, while the **Private registries** column refers to registries that host packages. Both are forms of private dependencies, and support for one does not imply support for the other.
28+
2629
{% ifversion ghes %}
2730

2831
> [!NOTE]

‎data/reusables/dependabot/supported-package-managers.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--Note: When making updates to this reusable, please make sure any changes are also reflected in `content/code-security/dependabot/dependabot-options-reference.md`, under the `package-ecosystem` section.-->
22

3-
Package manager | YAML value | Supported versions | Version updates | Security updates | Private repositories | Private registries | Vendoring |
3+
Package manager | YAML value | Supported versions | Version updates | Security updates | Private Git repositories | Private registries | Vendoring |
44
---------------|------------------|------------------|:---:|:---:|:---:|:---:|:---:|
55
| {% ifversion dependabot-bazel-support %} |
66
Bazel | `bazel` | v7, v8, v9 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |

0 commit comments

Comments
 (0)