Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
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
26 changes: 25 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ updates:
commit-message:
prefix: "deps"
include: "scope"
groups:
# Group all patch and minor updates together
go-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

# Rust dependencies
- package-ecosystem: "cargo"
Expand All @@ -27,6 +35,14 @@ updates:
commit-message:
prefix: "deps"
include: "scope"
groups:
# Group all patch and minor updates together
rust-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"

# Python dependencies
- package-ecosystem: "pip"
Expand All @@ -40,4 +56,12 @@ updates:
- "ahartel"
commit-message:
prefix: "deps"
include: "scope"
include: "scope"
groups:
# Group all patch and minor updates together
python-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"