File tree 1 file changed +29
-4
lines changed
1 file changed +29
-4
lines changed Original file line number Diff line number Diff line change
1
+ # See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2
+
1
3
version : 2
2
4
updates :
3
5
- package-ecosystem : " pip"
4
6
directory : " ./tests/python_tests/"
5
7
schedule :
6
- interval : " weekly"
8
+ interval : " daily"
9
+ time : " 09:00"
10
+ timezone : " Europe/Dublin"
11
+ versioning-strategy : increase-if-necessary
12
+
7
13
- package-ecosystem : " pip"
8
14
directory : " ./tools/llm_bench/"
9
15
schedule :
10
- interval : " weekly"
16
+ interval : " daily"
17
+ time : " 09:00"
18
+ timezone : " Europe/Dublin"
19
+ versioning-strategy : increase-if-necessary
20
+
11
21
- package-ecosystem : " pip"
12
22
directory : " ./tools/who_what_benchmark/"
13
23
schedule :
14
- interval : " weekly"
24
+ interval : " daily"
25
+ time : " 09:00"
26
+ timezone : " Europe/Dublin"
27
+ versioning-strategy : increase-if-necessary
28
+
15
29
- package-ecosystem : " pip"
16
30
directory : " samples/"
17
31
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
You can’t perform that action at this time.
0 commit comments