From 8ded25d1b674e1461baf0ae236d208bdce78ac0f Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Mon, 6 Jun 2022 12:56:12 -0400 Subject: [PATCH] Revert "Add automatic updating of github-actions (#5880)" (#5917) 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