File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ version: 2
22
33updates :
44 - package-ecosystem : " uv"
5+ cooldown :
6+ default-days : 7
7+ semver-major-days : 14
58 directory : " /"
69 schedule :
710 interval : " weekly"
@@ -10,6 +13,7 @@ updates:
1013 - package-ecosystem : " github-actions"
1114 # Workflow files stored in the default location of `.github/workflows`
1215 # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
16+ # cooldown is not supported
1317 directory : " /"
1418 schedule :
1519 interval : " weekly"
Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ build-backend = "hatchling.build"
6767[tool .hatch .build .targets .wheel ]
6868packages = [" src/sortition_algorithms" ]
6969
70+ [tool .uv ]
71+ exclude-newer = " 1 week"
72+
7073[tool .mypy ]
7174files = [" src" ]
7275disallow_untyped_defs = true
You can’t perform that action at this time.
0 commit comments