File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ # --- v5 (default branch: main) ---
34 - package-ecosystem : " gomod"
45 directory : " /"
6+ target-branch : " main"
57 schedule :
68 interval : " weekly"
79 labels :
810 - " dependabot"
911 - " dependencies"
12+ - " v5"
1013 - package-ecosystem : " github-actions"
1114 directory : " /"
15+ target-branch : " main"
1216 schedule :
1317 interval : " weekly"
1418 labels :
1519 - " dependabot"
1620 - " dependencies"
21+ - " v5"
22+
23+ # --- v4 maintenance branch ---
24+ - package-ecosystem : " gomod"
25+ directory : " /"
26+ target-branch : " v4"
27+ schedule :
28+ interval : " weekly"
29+ labels :
30+ - " dependabot"
31+ - " dependencies"
32+ - " v4"
33+ - package-ecosystem : " github-actions"
34+ directory : " /"
35+ target-branch : " v4"
36+ schedule :
37+ interval : " weekly"
38+ labels :
39+ - " dependabot"
40+ - " dependencies"
41+ - " v4"
Original file line number Diff line number Diff line change 2626 - uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
2727 with : { go-version-file: 'go.mod' }
2828 - name : golangci-lint
29- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
29+ uses : golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
3030 with :
3131 version : v2.12.2
3232 args : --fix --build-tags "${{ matrix.build-tags }}"
You can’t perform that action at this time.
0 commit comments