Skip to content

Commit

Permalink
Merge pull request #326 from k1LoW/enable-dependabot
Browse files Browse the repository at this point in the history
Enable dependabot and update Go version
  • Loading branch information
k1LoW authored Feb 14, 2024
2 parents 1732092 + 3689ca1 commit c4d5f01
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
32 changes: 32 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "8:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "k1LoW"

- package-ecosystem: "gomod"
directory: "/"
groups:
dependencies:
patterns:
- "*"
schedule:
interval: "daily"
time: "8:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "k1LoW"
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
go-version-input: '${{ steps.setup-go.outputs.go-version }}'
check-latest: true
go-package: ./...
fail-on-error: true

- name: Run gostyle
uses: k1LoW/gostyle-action@v1
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/k1LoW/octocov

go 1.21.4

toolchain go1.21.6
go 1.22.0

require (
cloud.google.com/go/bigquery v1.59.0
Expand Down

0 comments on commit c4d5f01

Please sign in to comment.