Skip to content

Commit 886e38d

Browse files
authored
Ignore aws libraries in dependabot (#2792)
1 parent 270aa03 commit 886e38d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ updates:
5858
# I think it would be good to abandon our use of it
5959
- dependency-name: "@types/git-url-parse again"
6060
- dependency-name: "git-url-parse"
61+
# The version of AWS CDK libraries must match those from @guardian/cdk.
62+
# We'd never be able to update them here independently, so just ignore them.
63+
- dependency-name: "aws-cdk"
64+
- dependency-name: "aws-cdk-lib"
65+
- dependency-name: "constructs"
6166

6267
- package-ecosystem: 'npm'
6368
directory: '/tools/integration-test'

0 commit comments

Comments
 (0)