From 479b20f47a6a9ca9cb2e779bf9c9008d7d4958ae Mon Sep 17 00:00:00 2001 From: ata-no-one <108060048+ata-no-one@users.noreply.github.com> Date: Tue, 20 Feb 2024 20:59:13 +0100 Subject: [PATCH] Update dependency chai to v5 (#365) * Update Changelog.md * add set env for remaining cis (#363) * exclude chai from renovate --------- Co-authored-by: GDATA Cyberdefense AG <93762181+GdataGithubBot@users.noreply.github.com> Co-authored-by: doxthree Co-authored-by: unglaublicherdude --- 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