Skip to content

Commit d8c5497

Browse files
committed
add dependabot grouping
1 parent 14b5751 commit d8c5497

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
gradle:
9+
patterns: ["*"]
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
1013
interval: "monthly"
14+
groups:
15+
github-actions:
16+
patterns: ["*"]

0 commit comments

Comments
 (0)