feat(CI): re-adding dependabot with grouped weekly updates

This commit is contained in:
Saber Haj Rabiee
2025-05-28 01:26:13 -07:00
parent 0e65034b01
commit 8c6059774f
3 changed files with 36 additions and 16 deletions

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

@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Grouping all dependencies in one PR weekly
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
day: monday
open-pull-requests-limit: 1
allow:
- dependency-type: "all"
groups:
rust-dependencies:
patterns:
- "*"