Skip to content

Commit

Permalink
Add 1.13.x and remove 1.11.x from dependabot config
Browse files Browse the repository at this point in the history
Closes gh-5094
  • Loading branch information
jonatan-ivanov committed May 13, 2024
1 parent a5c1b72 commit e60c5bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit e60c5bc

Please sign in to comment.