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
13 changes: 4 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ updates:
open-pull-requests-limit: 5
target-branch: "main"

# Auto-merge patch updates (e.g., 1.0.1 -> 1.0.2)
# This is safe for bug fixes and security patches
enable-beta-ecosystems: true
# Note: Auto-merge is handled by our custom workflow
# No need for enable-beta-ecosystems (not supported in cargo ecosystem)

# Group related dependencies to reduce PR noise
groups:
Expand Down Expand Up @@ -78,9 +77,5 @@ updates:
- "dependencies"
- "security"

# Ignore specific updates if needed (can be added later)
ignore: []

# Review settings
reviewers: [] # Can add GitHub usernames here
assignees: [] # Can add GitHub usernames here
# Note: ignore, reviewers, and assignees can be added later when needed
# Empty arrays cause schema validation errors, so they're omitted