Add GitHub Dependabot scanning (runs once a month)

This commit is contained in:
Sean Casey
2026-04-08 14:16:35 -07:00
parent 27dfaab360
commit 045a8e9ee1

16
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"