Include Cargo deps in Dependabot checks

This commit is contained in:
Josh Holmer 2025-06-05 10:09:52 -04:00 committed by GitHub
parent 54a31a65a7
commit bf276f29b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,24 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "chore"
include: "scope"
labels:
- "dependencies"
- "rust"
groups:
rust-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
interval: "weekly"