We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dedf7 commit 1a88e9eCopy full SHA for 1a88e9e
.github/dependabot.yml
@@ -12,6 +12,10 @@ updates:
12
groups:
13
# https://github.blog/2023-08-24-a-faster-way-to-manage-version-updates-with-dependabot/
14
# 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:*"
19
kotlin:
20
patterns:
21
- "org.jetbrains.kotlin:*"
0 commit comments