Skip to content

Commit

Permalink
Block renovation to @aws-sdk/credential-providers 3.730.0 (#155)
Browse files Browse the repository at this point in the history
Hopefully this helps with the obvious cases, though the dependency could
still be pulled in transitively.

aws/aws-sdk-js-v3#6816
  • Loading branch information
72636c authored Jan 17, 2025
1 parent 6c5d49e commit 309df78
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@

"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@aws-sdk/credential-providers"],

"allowedVersions": "< 3.730.0"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk-mock"],
Expand Down
6 changes: 6 additions & 0 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@

"minimumReleaseAge": "14 days"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@aws-sdk/credential-providers"],

"allowedVersions": "< 3.730.0"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk-mock"],
Expand Down
6 changes: 6 additions & 0 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"matchDepNames": ["@aws-sdk/credential-providers"],

"allowedVersions": "< 3.730.0"
},
{
"matchManagers": ["npm"],
"matchDepNames": ["aws-sdk-mock"],
Expand Down

0 comments on commit 309df78

Please sign in to comment.