Skip to content

Commit

Permalink
Merge pull request #57 from zoncoen/protobuf
Browse files Browse the repository at this point in the history
chore(extractor/protobuf): enable dependabot
  • Loading branch information
zoncoen authored Jan 25, 2024
2 parents 6e0367d + bc144dd commit b19b282
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ updates:
open-pull-requests-limit: 10
assignees:
- "zoncoen"

- package-ecosystem: "gomod"
directory: "/extractor/protobuf"
schedule:
interval: "daily"
time: "12:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
assignees:
- "zoncoen"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
query:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.20.x, 1.21.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
Expand Down

0 comments on commit b19b282

Please sign in to comment.