From e60c5bc7fa0feacada8be54de00aa54259c547cc Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Mon, 13 May 2024 16:18:13 -0700 Subject: [PATCH] Add 1.13.x and remove 1.11.x from dependabot config Closes gh-5094 --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b8bbac4b2..36f888354b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,8 +26,8 @@ updates: directory: "/" schedule: interval: monthly - target-branch: "1.11.x" - milestone: 206 + target-branch: "1.12.x" + milestone: 211 ignore: # metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced # in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018. @@ -43,8 +43,8 @@ updates: directory: "/" schedule: interval: monthly - target-branch: "1.12.x" - milestone: 211 + target-branch: "1.13.x" + milestone: 233 ignore: # metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced # in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.