Files
mcp-proxy/.github/dependabot.yml
Rene Leonhardt f66250e18c chore: update dependencies (#97)
### Chores
- Update dependencies
- Let dependabot update docker, github-actions and uv
- Replace update uv.lock workflow with dependabot CI
2025-09-22 16:08:02 +02:00

20 lines
667 B
YAML

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups: # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#groups--
actions:
patterns: ["*"] # Combine all images of last week
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"