This is an automated email from the ASF dual-hosted git repository.

jeffreyvo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new ea53917d7e Update dependabot to consider datafusion-cli (#10108)
ea53917d7e is described below

commit ea53917d7e6b5b5e48307fba8aad6b1d212dd95a
Author: Jeffrey Vo <[email protected]>
AuthorDate: Thu Apr 18 07:42:14 2024 +1000

    Update dependabot to consider datafusion-cli (#10108)
---
 .github/dependabot.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3116a720a9..afdbaaf72b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,6 +28,20 @@ updates:
       # arrow is bumped manually
       - dependency-name: "arrow*"
         update-types: ["version-update:semver-major"]
+  - package-ecosystem: cargo
+    directory: "datafusion-cli/"
+    schedule:
+      interval: daily
+    open-pull-requests-limit: 10
+    target-branch: main
+    labels: [auto-dependencies]
+    ignore:
+      # arrow is bumped manually
+      - dependency-name: "arrow*"
+        update-types: ["version-update:semver-major"]
+      # datafusion is bumped manually
+      - dependency-name: "datafusion*"
+        update-types: ["version-update:semver-major"]
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:

Reply via email to