From 5a462d6da786f67ec028cca93c5839487d6cc504 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Tue, 13 Aug 2024 20:06:44 +0300 Subject: [PATCH] Update dependabot's target branch to 3.6.x --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e123311bcb..e3b6eacc2b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: reviewers: - "reactor/core-team" # updates in the oldest maintenance branch, we'll forward-merge up to main - target-branch: "3.4.x" + target-branch: "3.6.x" ignore: # JSR166 backport is fixed - dependency-name: "io.projectreactor:jsr166" @@ -59,4 +59,4 @@ updates: reviewers: - "reactor/core-team" # updates in oldest maintenance branch, we'll forward-merge up to main - target-branch: "3.4.x" \ No newline at end of file + target-branch: "3.6.x"