From 09b73771c9b00e45a399ae5180108d18279b318f Mon Sep 17 00:00:00 2001 From: John Boyes Date: Tue, 18 Mar 2025 15:18:33 +0000 Subject: [PATCH] Remove dependabot temporarily to reset it Dependabot is not currently working on this repo. Going to try removing it (by deleting the `dependabot.yml` file), and then reinstating it in a different PR, to see if that coaxes it into action. --- .github/dependabot.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1bc6e74..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -# Set update schedule for GitHub Actions - -version: 2 -updates: - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" - labels: - - "dependencies" - - "patch" - reviewers: - - "johnboyes"