Skip to content

Commit 8bb1c45

Browse files
authored
Ignore jackson-datatype-jsr310 in dependabot.yml (#7143)
`testcontainers` module declares `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` as a dependency and it should be aligned with `com.fasterxml.jackson.core:jackson-databind`.
1 parent 652191c commit 8bb1c45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ updates:
1818
update-types: [ "version-update:semver-major" ]
1919
- dependency-name: "org.yaml:snakeyaml"
2020
update-types: [ "version-update:semver-major" ]
21+
- dependency-name: "com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
22+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
2123
- package-ecosystem: "gradle"
2224
directory: "/"
2325
allow:

0 commit comments

Comments
 (0)