Skip to content

Commit 1a88e9e

Browse files
committed
Manage junit.* as dependency group
1 parent f5dedf7 commit 1a88e9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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.jupiter:*"
18+
- "org.junit.platform:*"
1519
kotlin:
1620
patterns:
1721
- "org.jetbrains.kotlin:*"

0 commit comments

Comments
 (0)