From db9e94cb145a8e111d8a16f029cebdf09529ce2b Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Tue, 20 Feb 2024 20:53:21 +0100 Subject: [PATCH] exclude chai from renovate --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f647ac33..45607ab0 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,9 @@ "groupName": "typescript", "matchPaths": [ "typescript/**" + ], + "excludePackageNames": [ + "chai" ] }, { @@ -56,4 +59,4 @@ ] } ] -} +} \ No newline at end of file