Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updates:
day: monday
time: '06:00'
open-pull-requests-limit: 5
reviewers:
- 'cubehouse'
Comment on lines +10 to +11
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding reviewers will request a review from cubehouse, but it does not require approval nor does it inherently block auto-merge. If the goal is to prevent auto-merging breaking updates, ensure branch protection rules require at least one approval (or disable auto-merge for Dependabot PRs) in addition to this config change.

Copilot uses AI. Check for mistakes.
groups:
dev-dependencies:
patterns:
Expand All @@ -31,5 +33,7 @@ updates:
day: monday
time: '06:00'
open-pull-requests-limit: 5
reviewers:
- 'cubehouse'
Comment on lines +36 to +37
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above: reviewers only adds a requested reviewer; it won’t enforce human approval or prevent auto-merge by itself. To meet the PR intent, pair this with branch protection requiring approvals (or auto-merge restrictions) for Dependabot PRs.

Copilot uses AI. Check for mistakes.
commit-message:
prefix: 'ci'
Loading