Merge pull request #52794 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot 2024-10-18 17:32:25 -04:00 коммит произвёл GitHub
Родитель ab205d9b47 4cb48a8d1f
Коммит ad48e0513b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.