gitlab-api-plugin icon indicating copy to clipboard operation
gitlab-api-plugin copied to clipboard

Use CODEOWNERS instead of dependabot reviewers

Open MarkEWaite opened this issue 5 months ago • 0 comments

Use CODEOWNERS instead of dependabot reviewers

Dependabot is now posting this comment as a warning:

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

Resolve that warning by replacing the reviewers entry in dependabot with a CODEOWNERS file.

Testing done

None. Rely on dependabot checking the syntax of the file.

Submitter checklist

  • [x] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • [x] Ensure that the pull request title represents the desired changelog entry
  • [x] Please describe what you did
  • [x] Link to relevant issues in GitHub or Jira
  • [x] Link to relevant pull requests, esp. upstream and downstream changes
  • [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue

MarkEWaite avatar May 06 '25 18:05 MarkEWaite