File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,42 @@ updates:
15
15
directory : " /"
16
16
schedule :
17
17
interval : weekly
18
+ groups :
19
+ all :
20
+ patterns :
21
+ - " *" # Group all updates into a single larger pull request.
18
22
- package-ecosystem : docker
19
23
directory : " /build"
20
24
schedule :
21
25
interval : weekly
26
+ groups :
27
+ all :
28
+ patterns :
29
+ - " *" # Group all updates into a single larger pull request.
22
30
- package-ecosystem : gomod
23
31
directory : " /scripts/gen_github_action_config"
24
32
schedule :
25
33
interval : weekly
34
+ groups :
35
+ all :
36
+ patterns :
37
+ - " *" # Group all updates into a single larger pull request.
26
38
- package-ecosystem : npm
27
39
directory : " /docs"
28
40
schedule :
29
41
interval : monthly
42
+ - package-ecosystem : gomod
43
+ directories :
44
+ - pkg/golinters/ginkgolinter/testdata/
45
+ - pkg/golinters/loggercheck/testdata/
46
+ - pkg/golinters/protogetter/testdata/
47
+ - pkg/golinters/spancheck/testdata/
48
+ - pkg/golinters/zerologlint/testdata/
49
+ groups :
50
+ all :
51
+ patterns :
52
+ - " *" # Group all updates into a single larger pull request.
53
+ schedule :
54
+ interval : monthly
55
+ day : " wednesday"
56
+ time : " 11:00" # 11am UTC
You can’t perform that action at this time.
0 commit comments