ci: add dependabot.yml (#23)

This commit is contained in:
Yihau Chen 2026-06-05 10:23:47 +08:00 committed by GitHub
parent 4413a1284a
commit d5aa796046
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: cargo
directories:
- "/"
schedule:
interval: weekly
time: "08:00"
timezone: Etc/UTC
open-pull-requests-limit: 10
cooldown:
default-days: 7
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "08:00"
timezone: Etc/UTC
open-pull-requests-limit: 5
cooldown:
default-days: 7