Skip to content

Commit

Permalink
Setup dependabot (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Taiki Ono <taiki@finatext.com>
  • Loading branch information
taiki45 authored Dec 14, 2023
1 parent 60b41a5 commit 6110289
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
time: "12:00"
timezone: "Asia/Tokyo"
groups:
- major:
update-types:
- "major"
- minor:
update-types:
- "minor"
- patch:
update-types:
- "patch"
- package-echosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "12:00"
timezone: "Asia/Tokyo"
groups:
all:
patterns:
- "*"

0 comments on commit 6110289

Please sign in to comment.