From 46c7b16111c0233f0286cf84148c73771ddf2dfa Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Sat, 25 Jan 2025 12:10:59 +0100 Subject: [PATCH] ci(renovate): Disable oxc_ PRs --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index c402fac50..a837716a3 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,11 @@ "matchPackageNames": ["node", "pnpm"], "matchDepTypes": ["engines", "packageManager"], "enabled": false + }, + { + "description": "Disable oxc_* crates because of MSRV and PR spam", + "matchPackageNames": ["oxc_*"], + "enabled": false } ], "postUpdateOptions": ["pnpmDedupe"]