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"],