Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2bc968

Browse files
am29ddreamorosi
authored andcommittedJan 27, 2024
chore(ci): add aws-sdk group and ignore middy upgrades in examples (#1893)
* ignore @middy/core major version update on specific proejcts * add @AWS-SDK group at the top level * remove aws-sdk from the wrong block
1 parent 32fd091 commit e2bc968

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
 

‎.github/dependabot.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@ updates:
3232
directory: /examples/cdk
3333
schedule:
3434
interval: daily
35-
35+
ignore:
36+
- dependency-name: "@middy/core"
37+
update-types: ["version-update:semver-major"]
3638

3739
- package-ecosystem: npm
3840
directory: /examples/sam
3941
schedule:
4042
interval: daily
43+
ignore:
44+
- dependency-name: "@middy/core"
45+
update-types: [ "version-update:semver-major" ]
4146

4247
- package-ecosystem: npm
4348
directory: /layers
@@ -48,9 +53,10 @@ updates:
4853
directory: /
4954
schedule:
5055
interval: daily
51-
ignore:
52-
- dependency-name: "@middy/core"
53-
update-types: ["version-update:semver-major"]
56+
groups:
57+
aws-sdk:
58+
patterns:
59+
- "@aws-sdk/**"
5460

5561
- package-ecosystem: npm
5662
directory: /packages/batch

0 commit comments

Comments
 (0)
Please sign in to comment.