Skip to content

Commit 32a5369

Browse files
authored
Group all Maven updates into a single PR
Add grouping for Maven updates in Dependabot configuration. Signed-off-by: Ash <73482956+ascopes@users.noreply.github.com>
1 parent f34276f commit 32a5369

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
- ci
1414
- package-ecosystem: maven
1515
directory: /
16+
groups:
17+
# Group all Maven updates into a single PR.
18+
maven:
19+
patterns:
20+
- "*"
1621
open-pull-requests-limit: 99
1722
rebase-strategy: auto
1823
schedule:

0 commit comments

Comments
 (0)