From 42f516910e46c258f4bbfd3b1edc24cf2df69e03 Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Mon, 6 Jun 2022 12:40:02 -0400 Subject: [PATCH] Revert "Add automatic updating of github-actions (#5880)" This reverts commit f781b036c830952fc84a85ffa37f2f51328fa0a4. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e24ee2371c24..676ac1da5930 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -287,11 +287,3 @@ 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