Skip to content

Commit a3f08e0

Browse files
authored
Fix Dependabot configuration to ignore latest version of Mockito as it requires Java 11 (#1216)
1 parent 90a86c5 commit a3f08e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ updates:
99
- "dependencies"
1010
ignore:
1111
# Ignore Mockito 5.X.X as it does not support Java 8
12-
- dependency-name: mockito-*
12+
- dependency-name: "org.mockito:mockito-*"
1313
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)