From 33fa5af2b82c48ab5a634291284846064fa32064 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sun, 29 Oct 2023 16:24:28 -0600 Subject: [PATCH] Update dependabot branch for LTS 2.426.x (#8659) Pull requests to the stable-2.414 branch won't help. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6e7d93447f7d..7b25e51631b5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -58,7 +58,7 @@ updates: versions: [">=7.0.0"] - package-ecosystem: "maven" directory: "/" - target-branch: "stable-2.414" + target-branch: "stable-2.426" labels: - "into-lts" - "needs-justification"