From 6a146d66cb40462e2528b670d68ee244ed429b6e Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Tue, 7 Jun 2022 14:16:13 +0000 Subject: [PATCH] [github_actions] Add automatic updating of github-actions (#5919) * Revert "Revert "Add automatic updating of github-actions (#5880)" (#5917)" This reverts commit 8ded25d1b674e1461baf0ae236d208bdce78ac0f. * Update dependabot.yml Shortened prefix from "github_actions" to "gh_actions" in order to meet the 15 character max length requirement --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 676ac1da5930..02bfe34d9608 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: "[gh_actions]" + schedule: + interval: "daily" + open-pull-requests-limit: 10