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
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ updates:
directory: /
schedule:
interval: weekly
commit-message:
prefix: "fix"
Comment on lines +7 to +8

Copilot AI Mar 2, 2026

Copy link

Choose a reason for hiding this comment

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

PR description/test plan expects Dependabot commits like fix(deps): ..., but with only commit-message.prefix: "fix" Dependabot will typically produce fix: ... (no scope). If you want the (deps) scope, add commit-message.include: "scope" (and optionally prefix-development if you have dev dependency updates in other ecosystems).

Copilot uses AI. Check for mistakes.