Skip to content

Commit

Permalink
feat: Group dependency updates (#240)
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
l0b0 authored Nov 8, 2023
1 parent 699b4e0 commit 0a3c98a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0a3c98a

Please sign in to comment.