File tree Expand file tree Collapse file tree 2 files changed +47
-4
lines changed Expand file tree Collapse file tree 2 files changed +47
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,56 @@ version: 2
2
2
updates :
3
3
4
4
- package-ecosystem : " cargo"
5
- directory : " /"
5
+ directory : " examples/hello-world"
6
+ schedule :
7
+ interval : " monthly"
8
+ groups :
9
+ deps :
10
+ patterns :
11
+ - " *"
12
+
13
+ - package-ecosystem : " cargo"
14
+ directory : " examples/hello-world-script"
15
+ schedule :
16
+ interval : " monthly"
17
+ groups :
18
+ deps :
19
+ patterns :
20
+ - " *"
21
+
22
+ - package-ecosystem : " cargo"
23
+ directory : " examples/hello-world-setuppy"
24
+ schedule :
25
+ interval : " monthly"
26
+ groups :
27
+ deps :
28
+ patterns :
29
+ - " *"
30
+
31
+ - package-ecosystem : " cargo"
32
+ directory : " examples/html-py-ever"
33
+ schedule :
34
+ interval : " monthly"
35
+ groups :
36
+ deps :
37
+ patterns :
38
+ - " *"
39
+
40
+ - package-ecosystem : " cargo"
41
+ directory : " examples/namespace_package"
42
+ schedule :
43
+ interval : " monthly"
44
+ groups :
45
+ deps :
46
+ patterns :
47
+ - " *"
48
+
49
+ - package-ecosystem : " cargo"
50
+ directory : " examples/rust_with_cffi"
6
51
schedule :
7
52
interval : " monthly"
8
53
groups :
9
- rust-dependencies :
54
+ deps :
10
55
patterns :
11
56
- " *"
12
57
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments