From e29f3cc0503de1ed908e60ae71a7f440539330f5 Mon Sep 17 00:00:00 2001 From: ikawaha Date: Tue, 9 Jul 2024 09:48:36 +0900 Subject: [PATCH] chore: Update --- .github/dependabot.yml | 14 +++++++++++--- .github/workflows/go.yml | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb4bfe6..9ae881f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5a817e5..ad0d738 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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