From 5d2b515630231fa33d8761c13536cc7ae96f2c72 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 10 Sep 2024 00:33:18 +0000 Subject: [PATCH] chore: attempt to ignore all dependabot checks for arrow and datafusion The major update-type still means we're getting pinged with some frequency --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bdacb4c00c..f9dbc3dc7e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,4 @@ updates: ignore: # arrow and datafusion are bumped manually - dependency-name: "arrow*" - update-types: ["version-update:semver-major"] - dependency-name: "datafusion*" - update-types: ["version-update:semver-major"]