Skip to content

Commit

Permalink
ci: Don't check dep updates so frequently
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 529e0ef
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"

1 comment on commit 529e0ef

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-ln0gtg4q0-databend.vercel.app
https://opendal-git-ci-dep.vercel.app

Built with commit 529e0ef.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.