From 7c4ac19ef57332ae21ed56650e19d8b0fcb6fd13 Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Wed, 11 Feb 2026 14:05:54 +0100 Subject: [PATCH] don't use depdendabot for the support/v2 branch --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 469b6a4d19..82419a5143 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,17 +10,6 @@ updates: actions: patterns: - "*" - - # Updates for support/v2 branch - - package-ecosystem: "pip" - directory: "/" - target-branch: "support/v2" - schedule: - interval: "weekly" - groups: - requirements: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/" target-branch: "support/v2"