Skip to content

Commit

Permalink
Fix dependabot.yml (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Jan 18, 2023
1 parent b899e18 commit ced5ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ced5ba5

Please sign in to comment.