Skip to content

Commit

Permalink
Add serverless into aws-sdk group update (#114)
Browse files Browse the repository at this point in the history
* Add serverless into aws-sdk group update

* Apply feedback
  • Loading branch information
jeffchang1117 authored Jun 14, 2024
1 parent 8f927cf commit 09e2d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09e2d2e

Please sign in to comment.