chore: run dependabot weekly, not daily (#1423)

* chore: run dependabot weekly, not daily

* group it all
This commit is contained in:
Ellie Huxtable 2023-12-09 17:41:51 +00:00 committed by GitHub
parent 70a283a194
commit f35ef7459b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,12 @@ updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
groups:
cargo:
# Just group everything. I'll see how this goes, but one big PR might be nicer.
- '*'
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"