Skip to content

Commit d4228b4

Browse files
authored
Update dependabot.yml file naming information
Clarified that the dependabot configuration file can be named dependabot.yaml in addition to dependabot.yml. References: - dependabot/feedback#874 - https://github.com/yaml/go-yaml/blob/main/.github/dependabot.yaml
1 parent 4994f34 commit d4228b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/code-security/concepts/supply-chain-security/about-the-dependabot-yml-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The `dependabot.yml` file controls how {% data variables.product.prodname_depend
4646

4747
## Where to store the `dependabot.yml` file
4848

49-
You must store this file in the `.github` directory of your repository in the default branch (typically `main`). The path is: `.github/dependabot.yml`.
49+
You must store this file in the `.github` directory of your repository in the default branch (typically `main`). The path is: `.github/dependabot.yml` (you can also use `.github/dependabot.yaml`).
5050

5151
## How the `dependabot.yml` file works
5252

0 commit comments

Comments
 (0)