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+ updates :
3+ - package-ecosystem : " uv"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ cooldown :
8+ default-days : 14
9+
10+ - package-ecosystem : " uv"
11+ directory : " /lambda_worker"
12+ schedule :
13+ interval : " weekly"
14+ cooldown :
15+ default-days : 14
16+
17+ - package-ecosystem : " github-actions"
18+ directory : " /"
19+ schedule :
20+ interval : " weekly"
21+ cooldown :
22+ default-days : 14
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ dev = [
1919requires = [" hatchling" ]
2020build-backend = " hatchling.build"
2121
22+ [tool .uv ]
23+ exclude-newer = " 14 days"
24+
2225[tool .hatch .metadata ]
2326allow-direct-references = true
2427
Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ packages = [
119119requires = [" hatchling" ]
120120build-backend = " hatchling.build"
121121
122+ [tool .uv ]
123+ exclude-newer = " 14 days"
124+
122125[tool .poe .tasks ]
123126format = [
124127 { cmd = " uv run ruff check --select I --fix" },
You can’t perform that action at this time.
0 commit comments