feat(renovate-preset): assign codeowners as reviewers DEVX-661#79
Conversation
**WHY** Improve visibility of renovate PRs to teams owning the rpeository. **WHAT** Renovate assign CODEOWNERS as reviewers for each of its PRs.
|
📊 Survey: Please help us track internal AI adoption. This is not for evaluation, only for metrics. You can update this anytime before merge.
🧑💻 If AI was used, what was it mainly used for?
Thank you in advance for your feedback.💙🙏🎉 |
SummaryThe following content is AI-generated and provides a summary of the pull request: feat(renovate-preset): Assign CODEOWNERS as Reviewers for Renovate PRsNew Feature✨ Improved visibility of Renovate pull requests by automatically assigning CODEOWNERS as reviewers. This ensures that the teams responsible for a repository are notified and can review dependency update PRs raised by Renovate. Changes
PR Bot InformationVersion:
💌 Have ideas or want to contribute? Create an issue and share your thoughts with us! Made with ❤️ by Hyperspace. |
There was a problem hiding this comment.
The change itself is minimal and correct — "reviewersFromCodeOwners": true is a valid Renovate configuration option that assigns CODEOWNERS as reviewers on generated PRs. The only notable issue is the typos in the PR description ("rpeository" and "Renovate assign"), which the author should correct for documentation clarity.
PR Bot Information
Version: 1.20.11 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- Correlation ID:
59376710-2607-41e8-8a4a-f2eb980b7f08 - File Content Strategy: Full file content
- LLM:
anthropic--claude-4.6-sonnet - Event Trigger:
pull_request.opened
WHY Improve visibility of renovate PRs to teams owning the repository.
WHAT Renovate assign CODEOWNERS as reviewers for each of its PRs.