Skip to content

Commit ceee69b

Browse files
authored
chore(deps): add v4 dependabot targets, bump golangci-lint-action and aws-sdk-go-v2 (#913)
1 parent 501a5d7 commit ceee69b

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,41 @@
11
version: 2
22
updates:
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"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)