We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270aa03 commit 886e38dCopy full SHA for 886e38d
1 file changed
.github/dependabot.yml
@@ -58,6 +58,11 @@ updates:
58
# I think it would be good to abandon our use of it
59
- dependency-name: "@types/git-url-parse again"
60
- 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"
66
67
- package-ecosystem: 'npm'
68
directory: '/tools/integration-test'
0 commit comments