Commit bbfc8fb
authored
Add Dependabot configuration for automated dependency updates (#22)
Configure Dependabot to automatically check for updates to GitHub Actions
and Cargo dependencies on a weekly schedule. This will help maintain
security and keep dependencies current by creating pull requests for
available updates.
The configuration enables:
- GitHub Actions dependency updates from the root directory
- Rust/Cargo dependency updates from the root directory
- Weekly update schedule for both ecosystems
This automation reduces maintenance burden and improves security posture
by ensuring timely dependency updates.1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments