Skip to content

Commit

Permalink
Fix dependabot.yml syntax (#7)
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 6110289 commit d329d4e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ updates:
time: "12:00"
timezone: "Asia/Tokyo"
groups:
- major:
update-types:
- "major"
- minor:
update-types:
- "minor"
- patch:
update-types:
- "patch"
- package-echosystem: "github-actions"
major:
update-types:
- "major"
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
Expand Down

0 comments on commit d329d4e

Please sign in to comment.