Skip to content

Commit d8e620f

Browse files
authored
Merge pull request #30660 from github/repo-sync
Repo sync
2 parents 3d02321 + bac834f commit d8e620f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,15 @@ You can also manage pull requests for grouped version updates using comment comm
366366

367367
Dependencies can be ignored either by adding them to `ignore` or by using the `@dependabot ignore` command on a pull request opened by {% data variables.product.prodname_dependabot %}.
368368

369+
{% warning %}
370+
371+
**Warning**:
372+
- We recommend you do _not_ use `ignore` to prevent {% data variables.product.prodname_dependabot %} from accessing private registries. This may work for some ecosystems but we have no means of knowing whether package managers require access to all dependencies to be able to successfully perform updates, which makes this method unreliable. The supported way to handle private dependencies is to give {% data variables.product.prodname_dependabot %} access to private registries or private repositories. For more information, see "[AUTOTITLE](/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot)."
373+
374+
- For {% data variables.product.prodname_actions %} and Docker, you may use `ignore` to prevent {% data variables.product.prodname_dependabot %} from accessing private registries.
375+
376+
{% endwarning %}
377+
369378
#### Creating `ignore` conditions from `@dependabot ignore`
370379

371380
Dependencies ignored by using the `@dependabot ignore` command are stored centrally for each package manager. If you start ignoring dependencies in the `dependabot.yml` file, these existing preferences are considered alongside the `ignore` dependencies in the configuration.

0 commit comments

Comments
 (0)