From 850dea186b537e6d516810d5d0e169553e1ccded Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:14:54 +0100 Subject: [PATCH] fix(ci): remove inert placeholder dependabot.yml This file is GitHub's unedited template. Its only entry is the literal placeholder: - package-ecosystem: "" # See documentation for possible values An empty package-ecosystem fails Dependabot's schema validation and GitHub rejects the WHOLE file, so this config has never done anything. Deleting the stub entry alone is not an option -- that would leave `updates: []`, which is also invalid -- so the file goes. Nothing that works today is lost: the config is provably inert. If Dependabot is wanted here later, add a real entry with a groups: block, matching the 338 estate repos that already have a valid config. Co-Authored-By: Claude Opus 4.8 --- .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 f55afd4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily"