From eeb080a1917dcd1b7b313d9f2139741529a111a4 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:45:16 -0700 Subject: [PATCH] Remove Branch Ecosystem Declarations These may have been added in error. Removing until it's clear if they are needed Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com> --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfe7ac0abe..6990730928 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -137,20 +137,3 @@ updates: - 'type: task' - 'in: build' - - package-ecosystem: 7.0.x - target-branch: main - directory: /docs - schedule: - interval: weekly - labels: - - 'type: task' - - 'in: build' - - - package-ecosystem: 6.5.x - target-branch: main - directory: /docs - schedule: - interval: weekly - labels: - - 'type: task' - - 'in: build'