We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb64ca3 commit 8c7c2ddCopy full SHA for 8c7c2dd
.github/dependabot.yml
@@ -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
10
.github/workflows/go.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set up Go
20
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
21
with:
22
go-version: '1.22'
23
0 commit comments