From df5180ffc5858a51a5a2e1e8fca7b889714c86a3 Mon Sep 17 00:00:00 2001 From: wwuck Date: Tue, 11 Jan 2022 11:05:13 +1100 Subject: [PATCH] remove github actions from dependabot --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5787bf..aff34f6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,3 @@ updates: # Check for updates once a day schedule: interval: "daily" - - package-ecosystem: "github-actions" - directory: "/" - # Check for updates once a week - schedule: - interval: "weekly"