We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accbf08 commit 576bf7bCopy full SHA for 576bf7b
.github/dependabot.yaml
@@ -0,0 +1,12 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "gomod"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 20
9
+ - package-ecosystem: "github-actions"
10
11
12
+ interval: weekly
.github/workflows/docs.yaml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
go-version: 1.18.x
24
25
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
26
27
path: ~/go/pkg/mod
28
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments