File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,31 @@ updates:
18
18
interval : " daily"
19
19
time : " 08:30"
20
20
open-pull-requests-limit : 10
21
+ groups :
22
+ docker-actions :
23
+ applies-to : version-updates
24
+ patterns :
25
+ - " docker/*"
26
+ github-actions :
27
+ applies-to : version-updates
28
+ patterns :
29
+ - " actions/*"
30
+ - " github/*"
31
+ lizardbyte-actions :
32
+ applies-to : version-updates
33
+ patterns :
34
+ - " LizardByte/*"
21
35
22
36
- package-ecosystem : " npm"
23
37
directory : " /"
24
38
schedule :
25
39
interval : " daily"
26
40
time : " 09:00"
27
41
open-pull-requests-limit : 10
42
+ groups :
43
+ dev-dependencies :
44
+ applies-to : version-updates
45
+ dependency-type : " development"
28
46
29
47
- package-ecosystem : " nuget"
30
48
directory : " /"
@@ -39,6 +57,11 @@ updates:
39
57
interval : " daily"
40
58
time : " 10:00"
41
59
open-pull-requests-limit : 10
60
+ groups :
61
+ pytest-dependencies :
62
+ applies-to : version-updates
63
+ patterns :
64
+ - " pytest*"
42
65
43
66
- package-ecosystem : " gitsubmodule"
44
67
directory : " /"
You can’t perform that action at this time.
0 commit comments