From a00aebfea296941d1bc386fb11408833e4b55f6a Mon Sep 17 00:00:00 2001 From: Marco Neumann Date: Wed, 11 Jan 2023 12:18:34 +0100 Subject: [PATCH] chore: exclude arrow and datafusion from dependabot (#6564) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 656e622d3f..7fd92c20cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,10 @@ updates: # Additionally the thrift-compiler version available in standard repos tends to lag # the latest release significantly, and so updating to the latest version adds friction - dependency-name: "thrift" + + # We want to update arrow and datafusion manually + - dependency-name: "arrow" + - dependency-name: "arrow-*" + - dependency-name: "parquet" + - dependency-name: "datafusion" + - dependency-name: "datafusion-*"