Skip to content

Commit c671008

Browse files
committed
Prevent newer dependencies
1 parent ef610f7 commit c671008

3 files changed

Lines changed: 35 additions & 28 deletions

File tree

.github/dependabot.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
day: "monday"
8+
cooldown:
9+
default-days: 7
910
target-branch: "main"
10-
open-pull-requests-limit: 10
1111

1212
- package-ecosystem: "docker-compose"
1313
directory: "/"
1414
schedule:
1515
interval: "weekly"
16-
day: "monday"
16+
cooldown:
17+
default-days: 7
1718
target-branch: "main"
18-
open-pull-requests-limit: 10
1919

2020
- package-ecosystem: "docker"
21-
directory: "/api/src/api/"
21+
directory: "/src/python_template/api/"
2222
schedule:
2323
interval: "weekly"
24-
day: "monday"
24+
cooldown:
25+
default-days: 7
2526
target-branch: "main"
26-
open-pull-requests-limit: 10

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ dev = [
2727
requires = ["uv_build>=0.12.0,<0.13.0"]
2828
build-backend = "uv_build"
2929

30+
[tool.uv]
31+
exclude-newer = "1 week"
32+
3033
[tool.ty.terminal]
3134
error-on-warning = true
3235

uv.lock

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)