Skip to content

Commit 49ed9c1

Browse files
authored
Group updates into fewer pull requests
1 parent fe258e3 commit 49ed9c1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
day: "saturday"
88
time: "06:00"
99
timezone: "Etc/UTC"
10+
groups:
11+
java-bundles:
12+
patterns:
13+
- "org.junit.jupiter:*"
14+
- "org.slf4j:*"
1015

1116
- package-ecosystem: "github-actions"
1217
directory: "/" # even for `.github/workflows`
@@ -15,4 +20,4 @@ updates:
1520
groups:
1621
github-actions:
1722
patterns:
18-
- "*"
23+
- "*"

0 commit comments

Comments
 (0)