Skip to content

Commit a671861

Browse files
hyperpolymathclaude
andcommitted
fix: add Cargo monitoring to Dependabot config
Had only github-actions monitored. Now also scans Cargo.lock weekly with minor+patch grouping. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3dbb145 commit a671861

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
actions:
99
patterns:
1010
- "*"
11+
12+
- package-ecosystem: "cargo"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
groups:
17+
rust-minor:
18+
update-types: ["minor", "patch"]

0 commit comments

Comments
 (0)