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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 742b3ad46a CI: Enable dependabot for gradle (#5464)
742b3ad46a is described below

commit 742b3ad46ac98417c59377db9edc2c572ec4102c
Author: Eduard Tudenhöfner <[email protected]>
AuthorDate: Tue Aug 9 00:37:05 2022 +0200

    CI: Enable dependabot for gradle (#5464)
---
 .github/dependabot.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2f8dde4f9d..58501be062 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,4 +30,10 @@ updates:
     schedule:
       interval: "weekly"
       day: "sunday"
+  - package-ecosystem: "gradle"
+    directory: "/"
+    schedule:
+      interval: "weekly"
+      day: "sunday"
+    open-pull-requests-limit: 5
 

Reply via email to