File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ updates:
14
14
patterns :
15
15
- " com.fasterxml.jackson*"
16
16
ignore :
17
+ # We don't want to update from 1.x.x unless necessary because it will
18
+ # require extra verification to ensure customers aren't broken by the
19
+ # update.
20
+ - dependency-name : " org.slf4j:*"
21
+ update-types : ["version-update:semver-major"]
22
+
17
23
# Ignore test dependencies to reduce PR noisiness. We don't need to stay
18
24
# on top of them as much as compile/runtime dependencies
19
25
- dependency-name : " com.amazonaws:aws-java-sdk*"
@@ -46,3 +52,5 @@ updates:
46
52
- dependency-name : " org.codehaus.mojo:exec-maven-plugin"
47
53
- dependency-name : " org.apache.maven.plugin-tools:maven-plugin-annotations"
48
54
- dependency-name : " org.graalvm.buildtools:*"
55
+ - dependency-name : " org.jacoco:jacoco-maven-plugin"
56
+ - dependency-name : " org.apache.commons:commons-lang3"
You can’t perform that action at this time.
0 commit comments