Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 457c7a0

Browse files
committed
feat: Add groups for minor, patch, and major updates in dependabot configuration
1 parent edc8ee0 commit 457c7a0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/dependabot.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@ updates:
1313
commit-message:
1414
prefix: "chore"
1515
include: "scope"
16+
groups:
17+
minor-and-patch:
18+
update-types:
19+
- "minor"
20+
- "patch"
21+
patterns:
22+
- "*"
23+
major:
24+
update-types:
25+
- "major"
26+
patterns:
27+
- "*"
1628
- package-ecosystem: "terraform"
1729
directory: "/infra/terraform"
1830
schedule:
@@ -26,6 +38,18 @@ updates:
2638
commit-message:
2739
prefix: "chore"
2840
include: "scope"
41+
groups:
42+
minor-and-patch:
43+
update-types:
44+
- "minor"
45+
- "patch"
46+
patterns:
47+
- "*"
48+
major:
49+
update-types:
50+
- "major"
51+
patterns:
52+
- "*"
2953

3054
- package-ecosystem: "github-actions"
3155
directory: "/"
@@ -40,3 +64,15 @@ updates:
4064
open-pull-requests-limit: 5
4165
allow:
4266
- dependency-type: "all"
67+
groups:
68+
minor-and-patch:
69+
update-types:
70+
- "minor"
71+
- "patch"
72+
patterns:
73+
- "*"
74+
major:
75+
update-types:
76+
- "major"
77+
patterns:
78+
- "*"

0 commit comments

Comments
 (0)