mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-11 13:50:14 +00:00
fead6bbd9b
- 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>
18 lines
353 B
YAML
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
|