From f781b036c830952fc84a85ffa37f2f51328fa0a4 Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Mon, 6 Jun 2022 14:16:39 +0000 Subject: [PATCH] Add automatic updating of github-actions (#5880) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 676ac1da5930..e24ee2371c24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -287,3 +287,11 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + + - package-ecosystem: "github-actions" + directory: "/" + commit-message: + prefix: "[github_actions]" + schedule: + interval: "daily" + open-pull-requests-limit: 10