From 09e2d2e578550d4aef6a839aebb28e8700d0720e Mon Sep 17 00:00:00 2001 From: Jeff Chang <97075711+jeffchang1117@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:02:25 +0800 Subject: [PATCH] Add serverless into aws-sdk group update (#114) * Add serverless into aws-sdk group update * Apply feedback --- default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.json b/default.json index 64caf39..2120a97 100644 --- a/default.json +++ b/default.json @@ -164,12 +164,12 @@ }, { "matchManagers": ["npm"], - "matchDepNames": ["aws-sdk"], + "matchDepNames": ["aws-sdk", "serverless"], "matchPackagePatterns": ["^@aws-sdk/", "^@smithy/"], "matchUpdateTypes": ["major", "minor", "patch"], "commitMessageExtra": "", - "groupName": "aws-sdk", + "groupName": "aws-sdk and serverless", "schedule": "after 3:00 am and before 6:00 am on the first day of the month", "minimumReleaseAge": "0 days", "updateNotScheduled": true