Skip to content

Commit

Permalink
ci: Don't check dep updates so frequently (#1599)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed Mar 14, 2023
1 parent cca58c7 commit e1c017c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,10 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

# Maintain dependencies for opendal
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for oli
- package-ecosystem: "cargo"
directory: "/oli"
schedule:
interval: "monthly"

0 comments on commit e1c017c

Please sign in to comment.