Skip to content

Commit

Permalink
feat: Group CDK dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Nov 8, 2023
1 parent 9b829a3 commit c865e15
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ updates:
aws-sdk:
patterns:
- "@aws-sdk/*"
aws-cdk:
patterns:
- "@aws-cdk/lambda-layer-kubectl-v28"
- "aws-cdk"
- "aws-cdk-lib"
- "cdk8s"
- "cdk8s-cli"
- "cdk8s-plus-27"
- "constructs"
ignore:
- dependency-name: "@aws-sdk/*"
update-types: ["version-update:semver-patch"]
Expand Down

0 comments on commit c865e15

Please sign in to comment.