Skip to content

Commit 8c7c2dd

Browse files
committed
maintain: add dependabot for this project
1 parent eb64ca3 commit 8c7c2dd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
- package-ecosystem: "gomod"
8+
directory: "worker"
9+
schedule:
10+
interval: "monthly"

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

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

0 commit comments

Comments
 (0)