From b91531c345cb42956898e4adaf0e464d33551652 Mon Sep 17 00:00:00 2001 From: Joseph Holland <8904961+joseph-holland@users.noreply.github.com> Date: Thu, 18 Jun 2026 06:51:47 +0100 Subject: [PATCH] fix(ci): remove dependabot config tracking nonexistent manifests The github-actions ecosystem entry had no workflows or action.yml to track, so every scheduled run failed with dependency_file_not_found. Removing it stops the recurring red CI; can re-add if workflows are introduced. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 5fc59f9..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - labels: - - "dependencies" - - "ci" - commit-message: - prefix: "chore(ci):"