Skip to content

Commit 9473292

Browse files
dreamorosiam29d
andauthored
chore(ci): update Dependabot groups for typedoc (#2716)
Co-authored-by: Alexander Schueren <[email protected]>
1 parent 208c57a commit 9473292

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: .github/dependabot.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,18 @@ updates:
3636
- dependency-name: "@middy/core"
3737
update-types: [ "version-update:semver-major" ]
3838
groups:
39-
aws-sdk:
39+
aws-sdk-v3:
4040
patterns:
41-
- "@aws-sdk/**"
42-
- "@smithy/**"
41+
- "@aws-sdk/*"
42+
- "@smithy/*"
4343
- "aws-sdk-client-mock"
4444
- "aws-sdk-client-mock-jest"
4545
aws-cdk:
4646
patterns:
47-
- "@aws-cdk/**"
47+
- "@aws-cdk/*"
4848
- "aws-cdk-lib"
4949
- "aws-cdk"
50+
typedoc:
51+
patterns:
52+
- "typedoc"
53+
- "typedoc-plugin-*"

0 commit comments

Comments
 (0)