mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-12 17:28:16 +01:00
chore: run dependabot weekly, not daily (#1423)
* chore: run dependabot weekly, not daily * group it all
This commit is contained in:
parent
70a283a194
commit
f35ef7459b
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user