Skip to content

Commit 3636f91

Browse files
authored
Configure dependabot for 1.15.x branch
Signed-off-by: Tommy Ludwig <[email protected]>
1 parent e13042b commit 3636f91

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,29 @@ updates:
6868
directory: "/"
6969
schedule:
7070
interval: daily
71-
target-branch: "main"
71+
target-branch: "1.15.x"
7272
milestone: 277
73+
ignore:
74+
# metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced
75+
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
76+
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
77+
- dependency-name: "com.netflix.hystrix:hystrix-core"
78+
# AspectJ does not use semantic versioning, the third number in the version is not the patch version
79+
# but it indicates the latest Java version that is supported (the 4th number is the patch version).
80+
- dependency-name: "org.aspectj:aspectjweaver"
81+
versions: ["[1.9.21,)"]
82+
# only upgrade patch versions
83+
- dependency-name: "*"
84+
update-types:
85+
- version-update:semver-major
86+
- version-update:semver-minor
87+
open-pull-requests-limit: 30
88+
- package-ecosystem: gradle
89+
directory: "/"
90+
schedule:
91+
interval: daily
92+
target-branch: "main"
93+
milestone: 296
7394
ignore:
7495
# metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced
7596
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.

0 commit comments

Comments
 (0)