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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5c82b9dfe0 GH-43872: [Go][CI] Disable Dependabot for Go (#44102)
5c82b9dfe0 is described below

commit 5c82b9dfe027d34274b31f7fb068344730d078cc
Author: Raúl Cumplido <[email protected]>
AuthorDate: Fri Sep 13 13:46:00 2024 +0200

    GH-43872: [Go][CI] Disable Dependabot for Go (#44102)
    
    ### Rationale for this change
    
    As part of moving the go implementation to `arrow-go` we should disable new 
commits to the main arrow repository.
    
    ### What changes are included in this PR?
    
    Remove go config for dependabot.
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #43872
    
    Authored-by: Raúl Cumplido <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/dependabot.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7d9ff2f42e..7ba9744ef0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,13 +24,6 @@ updates:
     commit-message:
       prefix: "MINOR: [CI] "
     open-pull-requests-limit: 10
-  - package-ecosystem: "gomod"
-    directory: "/go/"
-    schedule:
-      interval: "weekly"
-    commit-message:
-      prefix: "MINOR: [Go] "
-    open-pull-requests-limit: 10
   - package-ecosystem: "maven"
     directory: "/java/"
     schedule:

Reply via email to