Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 14dd1ac

Browse files
shikharclaude
andauthored
chore: add dependabot for weekly dependency updates (#208)
## Summary - Adds Dependabot configuration for Cargo dependencies - Weekly schedule with all dependencies grouped into single PR 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c84fe86 commit 14dd1ac

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
all-dependencies:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)