From 6abbd29fb5331f2cc15c164ed27f4d4f7c1b1396 Mon Sep 17 00:00:00 2001 From: Ian Klatzco Date: Mon, 3 Aug 2026 13:31:57 -0700 Subject: [PATCH] ci: extend dependabot cooldown coverage to cargo --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c49882a8d62..6c7b4f5fda6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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: + - "*"