Skip to content

Commit 7965953

Browse files
committed
chore: Group dependabot updates for AWS packages
1 parent 455f5f9 commit 7965953

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "gomod"
4-
directory: "/"
3+
- package-ecosystem: "gomod"
4+
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
# Specify a name for the group, which will be used in pull request titles
9+
# and branch names
10+
aws:
11+
patterns:
12+
- 'aws*'
13+
update-types:
14+
- 'minor'
15+
- 'patch'

0 commit comments

Comments
 (0)