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: + - "*"