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