From 0a3c98a3ffed5c4222c1bf511b49a8891d047096 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Wed, 8 Nov 2023 16:42:15 +1300 Subject: [PATCH] feat: Group dependency updates (#240) #### Motivation Ensure that all CDK-related packages are updated together, for safety. #### Checklist - [ ] Tests updated (configuration change only) - [ ] Docs updated (no docs necessary) - [ ] Issue linked in Title (no related issue) --- .github/dependabot.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 767997c92..404adb9e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,18 @@ updates: interval: daily open-pull-requests-limit: 10 groups: - aws: + aws-sdk: patterns: - "@aws-sdk/*" + aws-cdk: + patterns: + - "@aws-cdk/*" + - "aws-cdk" + - "aws-cdk-lib" + - "cdk8s" + - "cdk8s-cli" + - "cdk8s-plus-27" + - "constructs" ignore: - dependency-name: "@aws-sdk/*" update-types: ["version-update:semver-patch"]