From b4a44ad1fead5f8b6179c738c46bac5f48d5b6b2 Mon Sep 17 00:00:00 2001 From: Benjamin Bennett Date: Fri, 28 Jul 2023 17:43:36 +0100 Subject: [PATCH] Removing dependabot github actions (#270) --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59e088f6..c3217537 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,5 @@ version: 2 updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" - # Maintain dependencies for Go modules - package-ecosystem: "gomod" directory: "/"