Skip to content

Commit 49424cd

Browse files
committed
chore(ci): Group in dependabot to reduce number of PR
1 parent a7b7bd3 commit 49424cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
major:
14+
update-types:
15+
- "major"
16+
minor:
17+
update-types:
18+
- "minor"
19+
- "patch"
1220
- package-ecosystem: "github-actions"
1321
directory: "/"
1422
schedule:
1523
interval: "weekly"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)