Skip to content

Commit a465671

Browse files
Disable dependabot for 1.13.x
1.13.x is out of OSS support
1 parent 4e48225 commit a465671

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -22,27 +22,6 @@ updates:
2222
# - version-update:semver-major
2323
# - version-update:semver-minor
2424
# open-pull-requests-limit: 30
25-
- package-ecosystem: gradle
26-
directory: "/"
27-
schedule:
28-
interval: daily
29-
target-branch: "1.13.x"
30-
milestone: 233
31-
ignore:
32-
# metrics are better with https://github.com/Netflix/Hystrix/pull/1568 introduced
33-
# in hystrix 1.5.12, but Netflix re-released 1.5.11 as 1.5.18 late in 2018.
34-
# <=1.5.11 or 1.5.18 doesn't break with Micrometer, but open metrics won't be correct necessarily.
35-
- dependency-name: "com.netflix.hystrix:hystrix-core"
36-
# AspectJ does not use semantic versioning, the third number in the version is not the patch version
37-
# but it indicates the latest Java version that is supported (the 4th number is the patch version).
38-
- dependency-name: "org.aspectj:aspectjweaver"
39-
versions: ["[1.9.23,)"]
40-
# only upgrade patch versions
41-
- dependency-name: "*"
42-
update-types:
43-
- version-update:semver-major
44-
- version-update:semver-minor
45-
open-pull-requests-limit: 30
4625
- package-ecosystem: gradle
4726
directory: "/"
4827
schedule:

0 commit comments

Comments
 (0)