Skip to content

Commit 3fee391

Browse files
authored
Enable grouping just like the other repos (#669)
Signed-off-by: Arnau Mora <arnyminerz@proton.me>
1 parent 15b4808 commit 3fee391

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
commit-message:
13+
prefix: "[CI] "
14+
groups:
15+
ci-actions:
16+
patterns: ["*"]
1217
- package-ecosystem: "gradle"
1318
directory: "/" # Location of package manifests
1419
schedule:
1520
interval: "daily"
21+
groups:
22+
lib-dependencies:
23+
patterns: ["*"]

0 commit comments

Comments
 (0)