Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit c4c2d33

Browse files
committed
Manage JUnit dependencies as group
1 parent 7b1f332 commit c4c2d33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
groups:
1313
# https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/
1414
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
15+
junit:
16+
patterns:
17+
- "org.junit:*"
18+
- "org.junit.jupiter:*"
19+
- "org.junit.platform:*"
1520
kotlin:
1621
patterns:
1722
- "org.jetbrains.kotlin:*"

0 commit comments

Comments
 (0)