File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,44 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : weekly
7
- time : ' 05 :00' # Otherwise it picks a random time.
7
+ time : ' 01 :00' # Otherwise it picks a random time.
8
8
open-pull-requests-limit : 10
9
9
commit-message :
10
10
prefix : " deps: "
11
11
labels : ["dependencies"] # Don't use any other labels.
12
+ groups :
13
+ patch-updates : # Patch updates are grouped together.
14
+ patterns :
15
+ - " *"
16
+ update-types :
17
+ - " patch"
12
18
- package-ecosystem : " github-actions"
13
19
directory : " /"
14
20
schedule :
15
21
interval : weekly
16
- time : ' 05 :00' # Otherwise it picks a random time.
22
+ time : ' 01 :00' # Otherwise it picks a random time.
17
23
open-pull-requests-limit : 10
18
24
commit-message :
19
25
prefix : " deps: "
20
26
labels : ["dependencies"] # Don't use any other labels.
27
+ groups :
28
+ patch-updates : # Patch updates are grouped together.
29
+ patterns :
30
+ - " *"
31
+ update-types :
32
+ - " patch"
21
33
- package-ecosystem : pip
22
34
directory : " /"
23
35
schedule :
24
36
interval : weekly
25
- time : ' 05 :00'
37
+ time : ' 01 :00'
26
38
open-pull-requests-limit : 10
27
39
commit-message :
28
40
prefix : " deps: "
29
41
labels : ["dependencies"] # Don't use any other labels.
42
+ groups :
43
+ patch-updates : # Patch updates are grouped together.
44
+ patterns :
45
+ - " *"
46
+ update-types :
47
+ - " patch"
You can’t perform that action at this time.
0 commit comments