Skip to content

Commit

Permalink
add dependabot config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw committed Nov 5, 2022
1 parent f974219 commit 422c879
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "gha"
pull-request-branch-name:
separator: "/"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "gomod"
pull-request-branch-name:
separator: "/"
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.19.2'
go-version: '1.19.3'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 422c879

Please sign in to comment.