Skip to content

Commit 7584def

Browse files
authored
Merge pull request #2 from chainbound/group-deps
chore: group dependabot deps
2 parents 1893461 + f597744 commit 7584def

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/.dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,19 @@ updates:
1212
interval: "weekly"
1313
day: "monday"
1414
time: "07:00"
15+
groups:
16+
major:
17+
patterns:
18+
- "*"
19+
update-types:
20+
- "major"
21+
minor:
22+
patterns:
23+
- "*"
24+
update-types:
25+
- "minor"
26+
patch:
27+
patterns:
28+
- "*"
29+
update-types:
30+
- "patch"

0 commit comments

Comments
 (0)