File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ updates:
44 - package-ecosystem : " github-actions"
55 directory : " /"
66 schedule :
7- interval : " monthly"
7+ interval : " weekly"
8+ groups :
9+ github-actions-all :
10+ patterns :
11+ - " *"
812 - package-ecosystem : " gomod"
913 directory : " /"
1014 schedule :
11- interval : " monthly"
15+ interval : " weekly"
16+ groups :
17+ gomod-all :
18+ patterns :
19+ - " *"
Original file line number Diff line number Diff line change @@ -16,13 +16,12 @@ jobs:
1616 runs-on : ubuntu-22.04
1717 steps :
1818 - uses : actions/checkout@v4.2.2
19- - uses : schubergphilis/mcvs-golang-action@v0.10.1
19+ - uses : schubergphilis/mcvs-golang-action@v0.16.3
2020 with :
2121 code-coverage-expected : 62.3
2222 gci : " false"
2323 golang-unit-tests-exclusions : |-
2424 \(cmd\/prolayout\)
25- golangci-lint-version : v1.61.0
2625 testing-type : ${{ matrix.testing-type }}
2726 strategy :
2827 matrix :
Original file line number Diff line number Diff line change @@ -3,15 +3,9 @@ version: 3
33
44vars :
55 REMOTE_URL : https://raw.githubusercontent.com
6- REMOTE_URL_REF : v0.9.4
6+ REMOTE_URL_REF : v0.16.3
77 REMOTE_URL_REPO : schubergphilis/mcvs-golang-action
88
99includes :
1010 remote : >-
1111 {{.REMOTE_URL}}/{{.REMOTE_URL_REPO}}/{{.REMOTE_URL_REF}}/Taskfile.yml
12-
13- tasks :
14- test-all :
15- deps :
16- - task : remote:golangci-lint
17- - task : remote:test
Original file line number Diff line number Diff line change 11module github.com/wimspaargaren/prolayout
22
3- go 1.23.3
3+ go 1.24.0
44
55require (
66 github.com/stretchr/testify v1.9.0
You can’t perform that action at this time.
0 commit comments