-
Notifications
You must be signed in to change notification settings - Fork 226
/
Copy pathdependabot.yml
43 lines (38 loc) · 1.15 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "./tests/python_tests/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
versioning-strategy: increase-if-necessary
- package-ecosystem: "pip"
directory: "./tools/llm_bench/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
versioning-strategy: increase-if-necessary
- package-ecosystem: "pip"
directory: "./tools/who_what_benchmark/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
versioning-strategy: increase-if-necessary
- package-ecosystem: "pip"
directory: "samples/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
versioning-strategy: increase-if-necessary
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
versioning-strategy: increase-if-necessary