From 0f1d781837bb709b3447fd4bd9e2309d1af74148 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Tue, 2 Jan 2024 08:43:20 +1100 Subject: [PATCH] Re-enable renovation on dd-trace >= 4.21 This reverts commit 5ab1d2eacd88c6ed99cb082af7b82551544fbefe (#99). https://github.com/DataDog/dd-trace-js/issues/3887#issuecomment-1867378054 --- default.json | 6 ------ non-critical.json | 6 ------ third-party-major.json | 6 ------ 3 files changed, 18 deletions(-) diff --git a/default.json b/default.json index 86ccd09..4387d2a 100644 --- a/default.json +++ b/default.json @@ -70,12 +70,6 @@ "allowedVersions": "< 6" }, - { - "matchManagers": ["npm"], - "matchPackageNames": ["dd-trace"], - - "allowedVersions": "< 4.21" - }, { "matchManagers": ["npm"], "matchPackagePatterns": ["^@types/"], diff --git a/non-critical.json b/non-critical.json index dff7804..0a2fa6c 100644 --- a/non-critical.json +++ b/non-critical.json @@ -40,12 +40,6 @@ "matchPackageNames": ["@types/faker", "faker"], "allowedVersions": "< 6" }, - { - "matchManagers": ["npm"], - "matchPackageNames": ["dd-trace"], - - "allowedVersions": "< 4.21" - }, { "excludePackageNames": ["seek-jobs/gantry"], "matchUpdateTypes": [ diff --git a/third-party-major.json b/third-party-major.json index d277b32..b766821 100644 --- a/third-party-major.json +++ b/third-party-major.json @@ -52,12 +52,6 @@ "allowedVersions": "< 6" }, - { - "matchManagers": ["npm"], - "matchPackageNames": ["dd-trace"], - - "allowedVersions": "< 4.21" - }, { "excludePackageNames": ["@koa/cors", "@seek/ie-logging"], "matchUpdateTypes": ["major"],