Skip to content

Commit

Permalink
Limit junit-pioneer to 1.x (#7727)
Browse files Browse the repository at this point in the history
junit-pioneer 2.0 requires Java 11
  • Loading branch information
Mateusz Rzeszutek authored Feb 3, 2023
1 parent a5143d6 commit b17f20c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ updates:
- dependency-name: "org.mockito:*"
# mockito 5 requires Java 11
versions: [ "[5,)" ]
- dependency-name: "org.junit-pioneer:junit-pioneer"
# junit-pioneer 2.x requires Java 11
versions: [ "[1,)" ]
rebase-strategy: "disabled"
schedule:
interval: "daily"
Expand Down

0 comments on commit b17f20c

Please sign in to comment.