Skip to content

Commit

Permalink
chore: add dependabot for sub modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sawadashota committed Nov 29, 2024
1 parent 78e6b93 commit 285067c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,37 @@ updates:
update-types:
- "patch"
- "minor"

- package-ecosystem: "gomod"
directory: "/bunx"
schedule:
interval: "weekly"
day: "thursday"
time: "07:00"
timezone: "Asia/Tokyo"
reviewers:
- sawadashota
- kensei18
- ryosan-470
groups:
patch-minor:
update-types:
- "patch"
- "minor"

- package-ecosystem: "gomod"
directory: "/dockertestx"
schedule:
interval: "weekly"
day: "thursday"
time: "07:00"
timezone: "Asia/Tokyo"
reviewers:
- sawadashota
- kensei18
- ryosan-470
groups:
patch-minor:
update-types:
- "patch"
- "minor"

0 comments on commit 285067c

Please sign in to comment.