mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
ci: extend dependabot cooldown coverage to cargo
This commit is contained in:
parent
4e0d8e52fe
commit
6abbd29fb5
1 changed files with 12 additions and 0 deletions
12
.github/dependabot.yaml
vendored
12
.github/dependabot.yaml
vendored
|
|
@ -11,3 +11,15 @@ updates:
|
|||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/litellm-rust"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
cooldown:
|
||||
default-days: 3
|
||||
semver-major-days: 14
|
||||
groups:
|
||||
cargo:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue