Skip to content

Commit 39e3a5b

Browse files
authored
Update dependabot config (#5149)
- Ignore major version updates for SLF4j, we don't want to move away from 1.x - Ignore test dependency commons-lang3 - Ignore build plugin jacoco
1 parent 12a2f0e commit 39e3a5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ updates:
1414
patterns:
1515
- "com.fasterxml.jackson*"
1616
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+
1723
# Ignore test dependencies to reduce PR noisiness. We don't need to stay
1824
# on top of them as much as compile/runtime dependencies
1925
- dependency-name: "com.amazonaws:aws-java-sdk*"
@@ -46,3 +52,5 @@ updates:
4652
- dependency-name: "org.codehaus.mojo:exec-maven-plugin"
4753
- dependency-name: "org.apache.maven.plugin-tools:maven-plugin-annotations"
4854
- dependency-name: "org.graalvm.buildtools:*"
55+
- dependency-name: "org.jacoco:jacoco-maven-plugin"
56+
- dependency-name: "org.apache.commons:commons-lang3"

0 commit comments

Comments
 (0)