From 71389f845ef5f2e71dfa566f0ab4bb2988f88a8f Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 25 Nov 2024 06:05:57 -0500 Subject: [PATCH] GH-44830: [Java][CI] Disable Java Dependabot (#44832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Rationale for this change We moved to apache/arrow-java. ### What changes are included in this PR? Stop running Dependabot for Maven here. ### Are these changes tested? N/A ### Are there any user-facing changes? No. * GitHub Issue: #44830 Authored-by: David Li Signed-off-by: Raúl Cumplido --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7ba9744ef005d..01ab26a2c2e47 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: "maven" - directory: "/java/" - schedule: - interval: "weekly" - commit-message: - prefix: "MINOR: [Java] " - open-pull-requests-limit: 10 - package-ecosystem: "npm" directory: "/js/" schedule: