Remove deprecated reviewers field from dependabot.yaml #3715
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
This PR removes the deprecated
reviewersfield from thedependabot.yamlconfiguration file in preparation for GitHub's upcoming removal of this feature.Changes Made
reviewerssections from.github/dependabot.yamlacross all package ecosystems (docker, github-actions, gomod).github/CODEOWNERSfile will now handle reviewer assignment for Dependabot PRsWhy This Change is Safe
The existing CODEOWNERS file provides equivalent or better reviewer coverage:
* @azure/azure-sdn-memberscovers all directories that previously hadreviewers: - "azure/azure-sdn-members"/dropgz/and/zapai/have their own targeted reviewers, providing even more precise assignments than the generic team assignmentBackground
According to GitHub's blog post, the
reviewersfield in dependabot.yml files will be removed soon, and GitHub will automatically use the CODEOWNERS file to determine reviewers for Dependabot PRs.This change ensures our repository remains compliant with the upcoming changes while maintaining the same reviewer assignment functionality.
Fixes #3714.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.