From 3031a3d2aca8e81b219364ca43cbf811abd68445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Mej=C3=ADa?= Date: Wed, 10 Aug 2022 22:02:55 +0200 Subject: [PATCH] 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 334414df9db3..248e8d6a69bf 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/*"