chore(deps): add Dependabot config for pip, Docker, and GitHub Actions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
famez
2026-05-01 19:36:34 +02:00
parent f21a9756e7
commit 74a68d0bbc

35
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,35 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 10
groups:
llm-providers:
patterns:
- "litellm"
- "openai"
- "anthropic"
testing:
patterns:
- "pytest*"
linting:
patterns:
- "black"
- "ruff"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5