Skip to content

Commit ce8519f

Browse files
Update dependabot.yml (#631)
groups PRs
1 parent 33e4046 commit ce8519f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
aws-dependencies:
14+
patterns:
15+
- "software.amazon.*"
16+
test-dependencies:
17+
patterns:
18+
- "org.testcontainers*"
19+
- "org.assertj*"
20+
- "org.mockito*"
21+
- "ch.qos.logback*"

0 commit comments

Comments
 (0)