Skip to content

Commit 1b2c45d

Browse files
authored
update dependabot to groups (#244)
1 parent cdc7207 commit 1b2c45d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
groups:
8+
major:
9+
update-types:
10+
- major
11+
minor:
12+
update-types:
13+
- minor
14+
- patch
715
- package-ecosystem: github-actions
816
directory: "/"
917
schedule:
1018
interval: weekly
19+
groups:
20+
actions:
21+
update-types:
22+
- major
23+
- minor
24+
- patch

0 commit comments

Comments
 (0)