Skip to content

Commit 2c37d24

Browse files
committedJan 4, 2025
chore: update dependabot config
1 parent 439aa02 commit 2c37d24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
# logback-classic >= 1.4.0 requires Java 11
1010
- dependency-name: ch.qos.logback:logback-classic
1111
update-types: ["version-update:semver-major", "version-update:semver-minor"]
12+
# mockito-core >= 5.0.0 requires Java 11
13+
- dependency-name: org.mockito:mockito-core
14+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)