Skip to content

Commit 5e4df00

Browse files
authored
Merge pull request #68 from NETWAYS/chore/extend-dependabot
Add dependabot config for GH Actions
2 parents 5eda04b + f3d51e2 commit 5e4df00

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ updates:
66
interval: weekly
77
time: '10:00'
88
open-pull-requests-limit: 10
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: monthly

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Check out code into the Go module directory
15-
uses: actions/checkout@v1
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v4
2121
with:
2222
go-version: 1.19
2323

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
name: lint
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: golangci-lint
18-
uses: golangci/golangci-lint-action@v2
18+
uses: golangci/golangci-lint-action@v3
1919
with:
2020
version: v1.51

0 commit comments

Comments
 (0)