chore: exclude arrow and datafusion from dependabot (#6564)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Marco Neumann 2023-01-11 12:18:34 +01:00 committed by GitHub
parent 93a16c78d7
commit a00aebfea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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-*"