File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+
3+ updates :
4+ # Update package versions pinned in uv.lock.
5+ # Note that these updates only affect what dependency versions we use in the CI;
6+ # they have no effect on the release artifacts.
7+ # Still, it's important that we run our CI against the latest dependency versions
8+ # in order to catch any potential issues early.
9+ - package-ecosystem : " uv"
10+ directory : " /"
11+ schedule :
12+ interval : " weekly"
13+ cooldown :
14+ default-days : 3 # Should match tool.uv.exclude-newer option in pyproject.toml
15+ groups :
16+ uv-dependencies :
17+ patterns :
18+ - " *"
19+
20+ # Update pinned versions for third-party GitHub Actions workflows
21+ - package-ecosystem : " github-actions"
22+ directory : " /"
23+ schedule :
24+ interval : " weekly"
25+ groups :
26+ github-actions :
27+ patterns :
28+ - " *"
29+ cooldown :
30+ default-days : 3
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments