Skip to content

Commit 8741844

Browse files
Copilottrask
andauthored
Add dependabot ignore rule for JUnit 6+ (requires Java 17) (#4504)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: trask <[email protected]>
1 parent 65bdd91 commit 8741844

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ updates:
3232
- dependency-name: "org.mockito:*"
3333
# mockito 5 requires Java 11
3434
versions: [ "[5,)" ]
35+
- dependency-name: "org.junit:junit-bom"
36+
# junit 6 requires Java 17
37+
versions: [ "[6,)" ]
3538
schedule:
3639
interval: "daily"
3740
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)