Skip to content

Commit

Permalink
chore: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Jul 9, 2024
1 parent 120a95c commit e29f3cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@

version: 2
updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: gomod
directory: /
schedule:
interval: "daily"
interval: daily
reviewers:
- ikawaha
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
reviewers:
- ikawaha
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@4.1.7
with:
path: src/github.com/ikawaha/kanji

- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@@v5.0.1
with:
go-version-file: go.mod

Expand Down

0 comments on commit e29f3cc

Please sign in to comment.