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 0e2542fe Fix #127 Automatic version updates for github actions with 
dependabot (#128)
0e2542fe is described below

commit 0e2542fe7d712fe86772749450f4585cc93c3fe1
Author: Ismaël Mejía <[email protected]>
AuthorDate: Fri Oct 21 16:11:10 2022 +0200

    Fix #127 Automatic version updates for github actions with dependabot (#128)
---
 .github/dependabot.yml | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2631e8cb..17a7b15a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -24,11 +24,17 @@ 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"]
+    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"]
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 10
+    labels: [auto-dependencies]

Reply via email to