File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -16,29 +16,25 @@ updates:
1616 schedule :
1717 interval : weekly
1818 groups :
19- all :
19+ github-actions :
2020 patterns :
2121 - " *" # Group all updates into a single larger pull request.
2222 - package-ecosystem : docker
2323 directory : " /build"
2424 schedule :
2525 interval : weekly
2626 groups :
27- all :
27+ docker :
2828 patterns :
2929 - " *" # Group all updates into a single larger pull request.
3030 - package-ecosystem : gomod
3131 directory : " /scripts/gen_github_action_config"
3232 schedule :
3333 interval : weekly
3434 groups :
35- all :
35+ scripts :
3636 patterns :
3737 - " *" # Group all updates into a single larger pull request.
38- - package-ecosystem : npm
39- directory : " /docs"
40- schedule :
41- interval : monthly
4238 - package-ecosystem : gomod
4339 directories :
4440 - pkg/golinters/ginkgolinter/testdata/
@@ -47,7 +43,7 @@ updates:
4743 - pkg/golinters/spancheck/testdata/
4844 - pkg/golinters/zerologlint/testdata/
4945 groups :
50- all :
46+ linter-testdata :
5147 patterns :
5248 - " *" # Group all updates into a single larger pull request.
5349 schedule :
You can’t perform that action at this time.
0 commit comments