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

mbrobbel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git


The following commit(s) were added to refs/heads/main by this push:
     new b6380fa  Update dependabot config after repo move (#305)
b6380fa is described below

commit b6380fa24e7fbbe5ccf98239c2694cff9e43698e
Author: Matthijs Brobbel <[email protected]>
AuthorDate: Mon Mar 24 20:13:44 2025 +0100

    Update dependabot config after repo move (#305)
    
    * Update dependabot config after repo move
    
    * Remove arrow label
---
 .github/dependabot.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b22c01f..22cd57c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,14 +6,7 @@ updates:
       interval: daily
     open-pull-requests-limit: 10
     target-branch: main
-    labels: [ auto-dependencies, arrow ]
-  - package-ecosystem: cargo
-    directory: "/object_store"
-    schedule:
-      interval: daily
-    open-pull-requests-limit: 10
-    target-branch: main
-    labels: [ auto-dependencies, object_store ]
+    labels: [ auto-dependencies ]
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:

Reply via email to