Skip to content

Commit 2c9dae5

Browse files
authored
ci(dependabot): add automatic checks for several dependencies (#393)
1 parent 84f775c commit 2c9dae5

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

.github/dependabot.yml

+16-17
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,27 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/"
1010
schedule:
11-
interval: "monthly"
12-
time: "06:00"
13-
timezone: "Europe/Paris"
14-
groups:
15-
gh-actions:
16-
patterns:
17-
- "*"
18-
reviewers:
19-
- "frgfm"
20-
assignees:
21-
- "frgfm"
11+
interval: "weekly"
2212
- package-ecosystem: "pip"
2313
directory: "/"
2414
schedule:
2515
interval: "daily"
26-
time: "06:00"
27-
timezone: "Europe/Paris"
28-
reviewers:
29-
- "frgfm"
30-
assignees:
31-
- "frgfm"
3216
allow:
3317
- dependency-name: "ruff"
3418
- dependency-name: "mypy"
3519
- dependency-name: "pre-commit"
20+
- dependency-name: "torch"
21+
- dependency-name: "torchvision"
22+
- package-ecosystem: "pip"
23+
directory: "api/"
24+
schedule:
25+
interval: "daily"
26+
allow:
27+
- dependency-name: "fastapi"
28+
- dependency-name: "onnxruntime"
29+
- package-ecosystem: "docker"
30+
directory: "api/"
31+
schedule:
32+
interval: "daily"
33+
allow:
34+
- dependency-name: "ghcr.io/astral-sh/uv"

0 commit comments

Comments
 (0)