File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -9,28 +9,63 @@ updates:
9
9
directory : " /"
10
10
schedule :
11
11
interval : " daily"
12
+ groups :
13
+ cargo :
14
+ patterns :
15
+ - " *"
16
+ open-pull-requests-limit : 1
12
17
13
18
- package-ecosystem : " cargo"
14
19
directory : " /runtime/js-compute-runtime/rust-url"
15
20
schedule :
16
21
interval : " daily"
22
+ groups :
23
+ cargo :
24
+ patterns :
25
+ - " *"
26
+ open-pull-requests-limit : 1
27
+
17
28
18
29
- package-ecosystem : " npm"
19
30
directory : " /integration-tests/js-compute"
20
31
schedule :
21
32
interval : " daily"
33
+ groups :
34
+ npm :
35
+ patterns :
36
+ - " *"
37
+ open-pull-requests-limit : 1
38
+
22
39
23
40
- package-ecosystem : " npm"
24
41
directory : " .github/actions/compute-sdk-test"
25
42
schedule :
26
43
interval : " daily"
44
+ groups :
45
+ npm :
46
+ patterns :
47
+ - " *"
48
+ open-pull-requests-limit : 1
49
+
27
50
28
51
- package-ecosystem : " npm"
29
52
directory : " .github/actions/github-release"
30
53
schedule :
31
54
interval : " daily"
55
+ groups :
56
+ npm :
57
+ patterns :
58
+ - " *"
59
+ open-pull-requests-limit : 1
60
+
32
61
33
62
- package-ecosystem : " npm"
34
63
directory : " /sdk/js-compute"
35
64
schedule :
36
65
interval : " daily"
66
+ groups :
67
+ npm :
68
+ patterns :
69
+ - " *"
70
+ open-pull-requests-limit : 1
71
+
You can’t perform that action at this time.
0 commit comments