Files
rustguac/.github/dependabot.yml
T
Dave Kempe fead6bbd9b Add supply chain security: Dependabot, cargo audit in CI
- Enable Dependabot for weekly Cargo and GitHub Actions updates
- Add cargo audit step to CI pipeline
- Patch bytes 1.11.0 -> 1.11.1 (integer overflow fix)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 10:03:18 +11:00

18 lines
353 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
open-pull-requests-limit: 5