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

Merge pull request #29558 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-10-30 04:02:12 -04:00
committed by GitHub

View File

@@ -40,6 +40,8 @@ Any options that also affect security updates are used the next time a security
The `dependabot.yml` file has two mandatory top-level keys: `version`, and `updates`. You can, optionally, include a top-level `registries` key. The file must start with `version: 2`.
For a real-world example of `dependabot.yml` file, see [{% data variables.product.prodname_dependabot %}'s own configuration file](https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml).
## Configuration options for the `dependabot.yml` file
The top-level `updates` key is mandatory. You use it to configure how {% data variables.product.prodname_dependabot %} updates the versions or your project's dependencies. Each entry configures the update settings for a particular package manager. You can use the following options.