From 43ca71d7b8eac80eb67cfbe44709c12247ff296c Mon Sep 17 00:00:00 2001 From: Rob Winch <362503+rwinch@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:55:16 -0600 Subject: [PATCH] Remove 6.3.x from dependabot 6.3.x is no longer supported in OSS Signed-off-by: Rob Winch <362503+rwinch@users.noreply.github.com> --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96e9982682..168bb97a37 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -111,11 +111,3 @@ updates: labels: - 'type: task' - 'in: build' - - package-ecosystem: npm - target-branch: 6.3.x - directory: /docs - schedule: - interval: weekly - labels: - - 'type: task' - - 'in: build'