Skip to content

Commit f805248

Browse files
author
Hamish Downer
committed
add dependency cooldown - to avoid many supply chain issues
1 parent acae197 commit f805248

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ version: 2
22

33
updates:
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"

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ build-backend = "hatchling.build"
6767
[tool.hatch.build.targets.wheel]
6868
packages = ["src/sortition_algorithms"]
6969

70+
[tool.uv]
71+
exclude-newer = "1 week"
72+
7073
[tool.mypy]
7174
files = ["src"]
7275
disallow_untyped_defs = true

0 commit comments

Comments
 (0)