Skip to content

Commit

Permalink
Manage junit.* as dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Feb 6, 2024
1 parent f5dedf7 commit 1a88e9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
groups:
# https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups
junit:
patterns:
- "org.junit.jupiter:*"
- "org.junit.platform:*"
kotlin:
patterns:
- "org.jetbrains.kotlin:*"
Expand Down

0 comments on commit 1a88e9e

Please sign in to comment.