Skip to content

Commit

Permalink
🔧 Reconfigure dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed May 10, 2024
1 parent ca41c48 commit adcb4e7
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,35 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
interval: monthly
time: "00:00"
timezone: "Asia/Tokyo"
open-pull-requests-limit: 10
reviewers:
- FujishigeTemma
- cskd8
- H1rono
labels:
- "dependencies"

- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: monthly
time: "00:00"
timezone: "Asia/Tokyo"
open-pull-requests-limit: 10
reviewers:
- FujishigeTemma
- cskd8
- H1rono
labels:
- "dependencies"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: monthly
time: "00:00"
timezone: "Asia/Tokyo"
open-pull-requests-limit: 10
reviewers:
- FujishigeTemma
- cskd8
- H1rono
labels:
- "dependencies"

0 comments on commit adcb4e7

Please sign in to comment.