Skip to content

Commit

Permalink
Fix typo in guidance-for-the-configuration-of-private-registries-for-…
Browse files Browse the repository at this point in the history
…dependabot.md
  • Loading branch information
DamienCassou authored Oct 18, 2024
1 parent fd1fe1e commit 437ec06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ If there is no global registry defined in a `.npmrc` file, you can set `replaces

{% data reusables.dependabot.access-private-dependencies-link %}

For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_dependabot %} requires that the private registry is defined in the project's `.npmrc file`. To define private registries for individual scopes, use `@myscope:registry=https://private_registry_url`.
For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_dependabot %} requires that the private registry is defined in the project's `.npmrc` file. To define private registries for individual scopes, use `@myscope:registry=https://private_registry_url`.

Registries should be configured using the `https` protocol.

Expand Down

0 comments on commit 437ec06

Please sign in to comment.