You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/10/07 12:18:36 UTC

[arrow-ballista] branch master updated: Dependabot stop suggesting arrow and datafusion updates (#324)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/master by this push:
     new 44fcd8c7 Dependabot stop suggesting arrow and datafusion updates (#324)
44fcd8c7 is described below

commit 44fcd8c775559ed75854bcfc0be1f6e5f05b24ea
Author: Andy Grove <an...@gmail.com>
AuthorDate: Fri Oct 7 06:18:30 2022 -0600

    Dependabot stop suggesting arrow and datafusion updates (#324)
    
    * Dependabot stop suggesting arrow and datafusion updates
    
    * sqlparser
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index fe2630a4..2631e8cb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,3 +24,11 @@ updates:
     open-pull-requests-limit: 10
     target-branch: master
     labels: [auto-dependencies]
+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"]
+  - dependency-name: "sqlparser"
+      update-types: ["version-update:semver-major"]