Skip to content

Commit

Permalink
ci: Fix dependabot not update (#4202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Feb 20, 2024
1 parent cb654b3 commit 8c69813
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,52 @@

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

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

- package-ecosystem: "cargo"
directory: "/bin/oay"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/bin/ofs"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/bin/oli"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/integrations/dav-server"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/integrations/object_store"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/bindings/java"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/bindings/nodejs"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/bindings/python"
schedule:
interval: "monthly"

0 comments on commit 8c69813

Please sign in to comment.