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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3031a3d2aca Fix #22466 Add github actions dependency updates with 
dependabot
3031a3d2aca is described below

commit 3031a3d2aca8e81b219364ca43cbf811abd68445
Author: Ismaël Mejía <ieme...@gmail.com>
AuthorDate: Wed Aug 10 22:02:55 2022 +0200

    Fix #22466 Add github actions dependency updates with dependabot
---
 .github/dependabot.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 334414df9db..248e8d6a69b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -42,3 +42,11 @@ updates:
     - dependency-name: "com.google.api.grpc:grpc-*"
     - dependency-name: "com.google.http-client:*"
     - dependency-name: "com.google.apis:google-api-services-*"
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+    allow:
+      # Allow only automatic updates for official github actions
+      # Other github-actions require approval from INFRA
+      - dependency-name: "actions/*"

Reply via email to