From f9b4e6b05779360d9196dce62a7517bbe1043b27 Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Mon, 6 Jun 2022 15:29:48 -0500 Subject: [PATCH 1/2] Revert "Revert "Add automatic updating of github-actions (#5880)" (#5917)" This reverts commit 8ded25d1b674e1461baf0ae236d208bdce78ac0f. --- .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 From 8d64e0c8f1851046fac76ab4c9a7a8c0ffad7d88 Mon Sep 17 00:00:00 2001 From: Drew Roen <102626803+drewroengoogle@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:39:28 -0500 Subject: [PATCH 2/2] Update dependabot.yml Shortened prefix from "github_actions" to "gh_actions" in order to meet the 15 character max length requirement --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e24ee2371c24..02bfe34d9608 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -291,7 +291,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" commit-message: - prefix: "[github_actions]" + prefix: "[gh_actions]" schedule: interval: "daily" open-pull-requests-limit: 10