From 7a306482f65c174c908a6bb04945a8ba0e399c4e Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 13 Jul 2024 20:35:23 -0600 Subject: [PATCH] Update dependabot target branch for stable-2.462 https://github.com/jenkins-infra/release/issues/561 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c2bd4291a6e..588a23e90def 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.452" + target-branch: "stable-2.462" labels: - "into-lts" - "needs-justification"