Skip to content

Commit

Permalink
GH-43872: [Go][CI] Disable Dependabot for Go (#44102)
Browse files Browse the repository at this point in the history
### 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 <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd authored Sep 13, 2024
1 parent 0bdb5be commit 5c82b9d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c82b9d

Please sign in to comment.