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 f309de06c8 CI: Enable dependabot for Github Actions (#5429)
f309de06c8 is described below
commit f309de06c894cf68c0bbac9594339239cb2a0521
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Aug 8 00:13:19 2022 +0200
CI: Enable dependabot for Github Actions (#5429)
---
.github/dependabot.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d2c4bbc669..2f8dde4f9d 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -25,3 +25,9 @@ updates:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ day: "sunday"
+