Skip to content

chore: auto-assign Renovate PRs to repository owner#38

Merged
mjun0812 merged 2 commits into
mainfrom
chore/renovate-assign-owner
May 10, 2026
Merged

chore: auto-assign Renovate PRs to repository owner#38
mjun0812 merged 2 commits into
mainfrom
chore/renovate-assign-owner

Conversation

@mjun0812
Copy link
Copy Markdown
Owner

Overview and Background

Renovate PRs were going unnoticed because no one was being assigned or notified when they were opened. This PR configures Renovate so that the repository owner is auto-assigned and made a reviewer on every PR it creates, and also enables the Dependency Dashboard to give a single aggregated view of all pending updates.

Related Issues

None.

Changes

  • Add assignees: ["mjun0812"] so every Renovate PR gets the owner assigned (shows up under "Assigned" and triggers GitHub notifications).
  • Add reviewers: ["mjun0812"] so a review-request notification is sent independently of the assignee notification.
  • Enable dependencyDashboard: true to consolidate all Renovate update state into a single tracking issue.

Test Instructions

  • Wait for the next Renovate run (or trigger one) and confirm that newly opened PRs have mjun0812 set as both assignee and reviewer.
  • Confirm that a Dependency Dashboard issue is created and lists the current update state.

mjun0812 and others added 2 commits May 10, 2026 22:54
- assignees/reviewersにmjun0812を指定し、Renovate PR作成時にGitHub通知が確実に届くようにする
- dependencyDashboardを有効化し、Renovateの全更新状況を1つのIssueに集約して把握しやすくする
@mjun0812 mjun0812 merged commit 8221fe3 into main May 10, 2026
20 of 22 checks passed
@mjun0812 mjun0812 deleted the chore/renovate-assign-owner branch May 10, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant