Skip to content

Commit

Permalink
Allow serverless V4
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Nov 11, 2024
1 parent 974d241 commit 87f04c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
14 changes: 3 additions & 11 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["serverless"],
"matchUpdateTypes": ["major"],
"matchCurrentVersion": "/^3\\./",
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
Expand Down Expand Up @@ -119,8 +112,7 @@
"!/seek$/",
"!/^@aws-sdk//",
"!/^@types//",
"!/^@vanilla-extract//",
"!/^serverless/"
"!/^@vanilla-extract//"
],
"matchDepTypes": ["devDependencies"],
"matchManagers": ["npm"],
Expand Down Expand Up @@ -181,11 +173,11 @@
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk", "serverless", "/^@aws-sdk//", "/^@smithy//"],
"matchDepNames": ["aws-sdk", "/^@aws-sdk//", "/^@smithy//"],
"matchUpdateTypes": ["major", "minor", "patch"],

"commitMessageExtra": "",
"groupName": "aws-sdk and serverless",
"groupName": "aws-sdk",
"schedule": "after 3:00 am and before 6:00 am on the first day of the month",
"minimumReleaseAge": "0 days",
"updateNotScheduled": true
Expand Down
7 changes: 0 additions & 7 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["serverless"],
"matchUpdateTypes": ["major"],
"matchCurrentVersion": "/^3\\./",
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["dd-trace"],
Expand Down
7 changes: 0 additions & 7 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@

"semanticCommitType": "fix"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["serverless"],
"matchUpdateTypes": ["major"],
"matchCurrentVersion": "/^3\\./",
"enabled": false
},
{
"matchDepNames": [
"!braid-design-system",
Expand Down

0 comments on commit 87f04c0

Please sign in to comment.