Skip to content

Commit dff7772

Browse files
author
Navdeep Gupta
authored
chore: group dependencies of aws-sdk and octokit. (#3367)
* feat: group dependencies of aws-sdk and octokit. * fix: typo.
1 parent 0bcfbc7 commit dff7772

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ updates:
2020
directory: "/lambdas"
2121
schedule:
2222
interval: "weekly"
23+
groups:
24+
aws:
25+
patterns:
26+
- "@aws-sdk/*"
27+
octokit:
28+
patterns:
29+
- "@octokit/*"
2330
commit-message:
2431
prefix: "fix(lambda)"
2532
prefix-development: "chore(lambda)"

0 commit comments

Comments
 (0)