File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,23 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ groups :
8
+ all-github-actions :
9
+ patterns : [ "*" ]
7
10
8
11
- package-ecosystem : " docker"
9
12
directory : " /"
10
13
schedule :
11
14
interval : " weekly"
15
+ groups :
16
+ all-docker-versions :
17
+ patterns : [ "*" ]
12
18
13
19
- package-ecosystem : " gomod"
14
20
directory : " /"
15
21
schedule :
16
22
interval : " weekly"
23
+ groups :
24
+ all-go-mod-patch-and-minor :
25
+ patterns : [ "*" ]
26
+ update-types : [ "patch", "minor" ]
Original file line number Diff line number Diff line change 25
25
check-latest : true
26
26
27
27
- name : Run Golangci lint
28
- uses : golangci/golangci-lint-action@v5
28
+ uses : golangci/golangci-lint-action@v6
29
29
with :
30
30
version : latest
31
31
args : --print-resources-usage
92
92
password : ${{ secrets.QUAY_TOKEN }}
93
93
94
94
- name : ${{ inputs.publish && 'Build and push' || 'Build' }}
95
- uses : docker/build-push-action@v5
95
+ uses : docker/build-push-action@v6
96
96
with :
97
97
context : .
98
98
file : ./${{ matrix.Dockerfile }}
You can’t perform that action at this time.
0 commit comments