Skip to content

Commit

Permalink
Dependabot: Ignore Mockito 5 updates
Browse files Browse the repository at this point in the history
- Mockito 5 requires Java 11, which we're not yet using
  • Loading branch information
ljacqu committed Aug 23, 2023
1 parent 26cd6d5 commit 4ccdb70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ updates:
interval: daily
open-pull-requests-limit: 10
target-branch: dependencies
ignore:
- dependency-name: "org.mockito:mockito-core"
version: ">= 5"
- dependency-name: "org.mockito:mockito-junit-jupiter"
version: ">= 5"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 4ccdb70

Please sign in to comment.