From 45bbfd0a7950f7b36eec2688a9218b9f4f0a51f9 Mon Sep 17 00:00:00 2001 From: nikbott Date: Tue, 7 Jul 2026 09:18:43 -0300 Subject: [PATCH] chore: drop the dead /python dependabot updater The Python reference implementation was removed; there is no /python directory or pip manifest, so this updater no-ops/errors. Only the github-actions ecosystem remains. Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e64fdbe..01ed9f2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,10 +10,3 @@ updates: groups: actions: patterns: ["*"] - # Keep the Python reference-implementation deps current. - - package-ecosystem: pip - directory: "/python" - schedule: - interval: weekly - commit-message: - prefix: chore