Skip to content

Commit 00c4ab7

Browse files
committed
ci(dependabot): use groups config
1 parent 627a8e6 commit 00c4ab7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
version: 2
22
updates:
33
- package-ecosystem: gradle
4-
directory: "/"
4+
directory: /
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
88
commit-message:
99
prefix: build
1010
include: scope
11+
groups:
12+
java-dependencies:
13+
applies-to: version-updates
14+
patterns:
15+
- "*"
1116
- package-ecosystem: github-actions
1217
directory: /
1318
schedule:
@@ -16,3 +21,8 @@ updates:
1621
commit-message:
1722
prefix: ci
1823
include: scope
24+
groups:
25+
github-action-dependencies:
26+
applies-to: version-updates
27+
patterns:
28+
- "*"

0 commit comments

Comments
 (0)