Skip to content

Commit 698f352

Browse files
committed
Fix JUnit artifact name in Dependabot exclusion
1 parent 0882542 commit 698f352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
open-pull-requests-limit: 10
88
target-branch: dependencies
99
ignore:
10-
- dependency-name: "org.junit.jupiter:junit-jupiter-api"
10+
- dependency-name: "org.junit.jupiter:junit-jupiter"
1111
versions: ">= 6"
1212
- package-ecosystem: "github-actions"
1313
directory: "/"

0 commit comments

Comments
 (0)