1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #31368 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-01-31 09:29:17 -06:00
committed by GitHub

View File

@@ -1 +1,12 @@
You can allow all of the defined registries to be used by setting `registries` to `"*"`. Alternatively, you can list the registries that the update can use. To do this, use the name of the registry as defined in the top-level `registries` section of the `dependabot.yml` file.
You can allow all of the defined registries to be used by setting `registries` to `"*"`.
```yaml
# Allow {% data variables.product.prodname_dependabot %} to use all the defined registries
{% raw %}
version: 2
registries: "*"
{% endraw %}
```
Alternatively, you can list the registries that the update can use. To do this, use the name of the registry as defined in the top-level `registries` section of the `dependabot.yml` file.