mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 05:50:25 -05:00
19 lines
415 B
YAML
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"]
|