Skip to content

Commit 76b6c71

Browse files
Update dependabot.yml (openvinotoolkit#1321)
Currently, dependabot does not update pyproject.toml deps
1 parent c2a8f97 commit 76b6c71

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

.github/dependabot.yml

+29-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,43 @@
1+
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2+
13
version: 2
24
updates:
35
- package-ecosystem: "pip"
46
directory: "./tests/python_tests/"
57
schedule:
6-
interval: "weekly"
8+
interval: "daily"
9+
time: "09:00"
10+
timezone: "Europe/Dublin"
11+
versioning-strategy: increase-if-necessary
12+
713
- package-ecosystem: "pip"
814
directory: "./tools/llm_bench/"
915
schedule:
10-
interval: "weekly"
16+
interval: "daily"
17+
time: "09:00"
18+
timezone: "Europe/Dublin"
19+
versioning-strategy: increase-if-necessary
20+
1121
- package-ecosystem: "pip"
1222
directory: "./tools/who_what_benchmark/"
1323
schedule:
14-
interval: "weekly"
24+
interval: "daily"
25+
time: "09:00"
26+
timezone: "Europe/Dublin"
27+
versioning-strategy: increase-if-necessary
28+
1529
- package-ecosystem: "pip"
1630
directory: "samples/"
1731
schedule:
18-
interval: "weekly"
32+
interval: "daily"
33+
time: "09:00"
34+
timezone: "Europe/Dublin"
35+
versioning-strategy: increase-if-necessary
36+
37+
- package-ecosystem: "pip"
38+
directory: "/"
39+
schedule:
40+
interval: "daily"
41+
time: "09:00"
42+
timezone: "Europe/Dublin"
43+
versioning-strategy: increase-if-necessary

0 commit comments

Comments
 (0)