Skip to content

Migrate from deprecated reviewers field to CODEOWNERS for Dependabot PRs#259

Merged
SIkebe merged 2 commits into
mainfrom
copilot/fix-258
Aug 6, 2025
Merged

Migrate from deprecated reviewers field to CODEOWNERS for Dependabot PRs#259
SIkebe merged 2 commits into
mainfrom
copilot/fix-258

Conversation

Copilot AI commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

The reviewers field in dependabot.yml is being deprecated and will be removed soon. This PR migrates the repository to use the CODEOWNERS file for specifying reviewers on Dependabot PRs, as recommended by GitHub.

Changes Made

Added .github/CODEOWNERS:

  • Specifies @SIkebe as the code owner for all files
  • Includes documentation explaining the migration from dependabot reviewers

Updated .github/dependabot.yml:

  • Removed the deprecated reviewers field from both nuget and github-actions package ecosystems
  • Preserved all other configuration (schedules, directories, etc.)

Impact

Dependabot PRs will now automatically request @SIkebe as a reviewer through the CODEOWNERS mechanism instead of the deprecated reviewers field. This ensures continued functionality when GitHub removes support for the reviewers field.

The migration is backwards compatible and takes effect immediately - no additional configuration is required.

References

Fixes #258.


💡 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.

…abot PRs

Co-authored-by: SIkebe <17608272+SIkebe@users.noreply.github.com>
Copilot AI changed the title [WIP] The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see [this blog post](https://github.blog/changelog/2025-04-29-dependabot-reviewers-configuration-option-being-replaced-by-code-owners/). Migrate from deprecated reviewers field to CODEOWNERS for Dependabot PRs Aug 6, 2025
Copilot AI requested a review from SIkebe August 6, 2025 12:54
@SIkebe
SIkebe marked this pull request as ready for review August 6, 2025 12:54
@SIkebe
SIkebe merged commit 28f41c9 into main Aug 6, 2025
5 checks passed
@SIkebe
SIkebe deleted the copilot/fix-258 branch August 6, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants