diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a470f3a27e3f..3b23d24e7f19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"