Skip to content

Commit

Permalink
ci: fix .github/dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Oct 29, 2023
1 parent 786aa54 commit e2b6ae3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ updates:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "ci(github-actions): "
labels:
- "build"
- "dependencies"
Expand All @@ -27,6 +29,8 @@ updates:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build(go): "
labels:
- "build"
- "dependencies"
Expand All @@ -42,6 +46,8 @@ updates:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build(go): "
labels:
- "build"
- "dependencies"
Expand All @@ -57,6 +63,8 @@ updates:
interval: "daily"
time: "11:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "build(go): "
labels:
- "build"
- "dependencies"
Expand Down

0 comments on commit e2b6ae3

Please sign in to comment.