Skip to content

Commit 1ff693f

Browse files
ci: setup dependabot groups for grouped PRs
1 parent 6e52e94 commit 1ff693f

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,31 @@ updates:
1111
target-branch: "master"
1212
schedule:
1313
interval: "monthly"
14+
groups:
15+
composer:
16+
patterns:
17+
- "*"
18+
1419
- package-ecosystem: "pip"
1520
directory: "/"
1621
target-branch: "master"
1722
schedule:
1823
interval: "monthly"
24+
groups:
25+
pip:
26+
patterns:
27+
- "*"
28+
1929
- package-ecosystem: "github-actions"
2030
directory: "/"
2131
target-branch: "master"
2232
schedule:
2333
interval: "monthly"
34+
groups:
35+
github-actions:
36+
patterns:
37+
- "*"
38+
2439
- package-ecosystem: "npm"
2540
directory: "/"
2641
target-branch: "master"
@@ -29,6 +44,10 @@ updates:
2944
interval: "monthly"
3045
commit-message:
3146
prefix: "chore"
47+
groups:
48+
npm:
49+
patterns:
50+
- "*"
3251

3352
# LEGACY BRANCH (v1)
3453
- package-ecosystem: "composer"

0 commit comments

Comments
 (0)