From d3ef12bed9a0f5fd7fd903d0b02a07ea14abf72b Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Sat, 9 Dec 2023 15:01:00 +0000 Subject: [PATCH] internal: Don't update dts version of typescript --- .github/renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index eae8a8f2f800..87005f1d7a3d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,11 @@ "timezone": "America/Chicago", "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ + { + "matchCurrentVersion": "4.9.0-dev.20220903", + "matchPackageNames": ["typescript"], + "enabled": false + }, { "matchPackageNames": ["@babel/runtime", "core-js", "core-js-compat"], "matchDepTypes": ["dependencies"], @@ -41,7 +46,8 @@ { "matchSourceUrlPrefixes": [ "https://github.com/webpack", - "https://github.com/callstack/linaria" + "https://github.com/callstack/linaria", + "https://github.com/Anber/wyw-in-js" ], "matchUpdateTypes": ["major", "minor", "patch"], "groupSlug": "build",