Files
uv/.github/dependabot.yml
2024-02-23 13:44:52 -06:00

19 lines
415 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: ["internal"]
groups:
artifacts:
# Group upload/download artifact updates, the versions are dependent
patterns:
- "actions/*-artifact"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
labels: ["internal"]