We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe6e9e commit b0dbc9bCopy full SHA for b0dbc9b
.github/dependabot.yml
@@ -3,8 +3,12 @@ updates:
3
- package-ecosystem: "go"
4
directory: "/" # Location of package manifests
5
schedule:
6
- interval: "daily"
+ interval: "monthly"
7
- package-ecosystem: "docker"
8
9
10
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v3
21
with:
22
- go-version: 1.19
+ go-version: 1.24
23
24
- name: Build
25
run: go build -v ./...
0 commit comments