File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ version: 2
21
21
updates :
22
22
- directory : /test-runner
23
23
groups :
24
- python-requirements :
24
+ test-runner :
25
25
patterns :
26
26
- " *"
27
27
package-ecosystem : pip
@@ -33,39 +33,39 @@ updates:
33
33
interval : weekly
34
34
- directory : /pytorch
35
35
groups :
36
- python-requirements :
36
+ pytorch :
37
37
patterns :
38
38
- " *"
39
39
package-ecosystem : pip
40
40
schedule :
41
41
interval : weekly
42
42
- directory : /classical-ml
43
43
groups :
44
- python-requirements :
44
+ classical-ml :
45
45
patterns :
46
46
- " *"
47
47
package-ecosystem : pip
48
48
schedule :
49
49
interval : weekly
50
50
- directory : /tensorflow
51
51
groups :
52
- python-requirements :
52
+ tensorflow :
53
53
patterns :
54
54
- " *"
55
55
package-ecosystem : pip
56
56
schedule :
57
57
interval : weekly
58
58
- directory : /python
59
59
groups :
60
- python-requirements :
60
+ python :
61
61
patterns :
62
62
- " *"
63
63
package-ecosystem : pip
64
64
schedule :
65
65
interval : weekly
66
66
- directory : /docs
67
67
groups :
68
- python-requirements :
68
+ docs :
69
69
patterns :
70
70
- " *"
71
71
package-ecosystem : pip
You can’t perform that action at this time.
0 commit comments