Update dependabot.yml file naming information to include the .yaml extension#43123
Update dependabot.yml file naming information to include the .yaml extension#43123Sharra-writes merged 3 commits intogithub:mainfrom
Conversation
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
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
This PR updates the Dependabot configuration documentation to explicitly note that the config file may use the .yaml extension (in addition to .yml), aligning the docs with real-world behavior.
Changes:
- Update the documented config file path to mention
.github/dependabot.yamlas an accepted alternative to.github/dependabot.yml.
content/code-security/concepts/supply-chain-security/about-the-dependabot-yml-file.md
Outdated
Show resolved
Hide resolved
|
@DanGM96 I'll check and make sure there's no reason we aren't documenting this. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@DanGM96 Got approval on this, so I will merge it once the checks are all passing. 🎉 |
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Clarified that the dependabot configuration file can be named dependabot.yaml in addition to dependabot.yml.
References:
Why:
In practice this has been possible for many years and the documentation does not reflect it.
Resulting in AI chats such as Copilot denying the possibility of using the .yaml extension.
What's being changed:
Just a minor part of the documentation, although it could be more explicit and added in other places, it should allow for Search Engines and AI Bots to reach the information.
Check off the following: