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 91b3d5d commit 84f6641Copy full SHA for 84f6641
1 file changed
.github/dependabot.yml
@@ -7,6 +7,11 @@ updates:
7
day: "saturday"
8
time: "06:00"
9
timezone: "Etc/UTC"
10
+ groups:
11
+ java-bundles:
12
+ patterns:
13
+ - "org.junit.jupiter:*"
14
+ - "org.slf4j:*"
15
16
- package-ecosystem: "github-actions"
17
directory: "/" # even for `.github/workflows`
0 commit comments