diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24fecf5c193..bc55e50f90b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,7 +40,7 @@ updates: versions: [ "[11,)" ] - dependency-name: "org.mockito:*" # mockito 5 requires Java 11 - versions: [ "[5,)]" ] + versions: [ "[5,)" ] schedule: interval: "daily" open-pull-requests-limit: 10