From a685eaa415b6541fca04b518ae3a835a86023e5b Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Fri, 17 Jan 2025 15:35:58 +1100 Subject: [PATCH] Block renovation to `@aws-sdk/credential-providers` 3.730.0 Hopefully this helps with the obvious cases, though the dependency could still be pulled in transitively. https://github.com/aws/aws-sdk-js-v3/issues/6816 --- default.json | 6 ++++++ non-critical.json | 6 ++++++ third-party-major.json | 6 ++++++ 3 files changed, 18 insertions(+) diff --git a/default.json b/default.json index 444c940..371f2c0 100644 --- a/default.json +++ b/default.json @@ -72,6 +72,12 @@ "minimumReleaseAge": "14 days" }, + { + "matchManagers": ["npm"], + "matchDepNames": ["@aws-sdk/credential-providers"], + + "allowedVersions": "< 3.730.0" + }, { "matchManagers": ["npm"], "matchDepNames": ["aws-sdk-mock"], diff --git a/non-critical.json b/non-critical.json index a5eb330..ac579fb 100644 --- a/non-critical.json +++ b/non-critical.json @@ -48,6 +48,12 @@ "minimumReleaseAge": "14 days" }, + { + "matchManagers": ["npm"], + "matchDepNames": ["@aws-sdk/credential-providers"], + + "allowedVersions": "< 3.730.0" + }, { "matchManagers": ["npm"], "matchDepNames": ["aws-sdk-mock"], diff --git a/third-party-major.json b/third-party-major.json index 2e3170d..c8ed19a 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -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"],