From c24028f2a417eb6559a0e9c232e1f4ce6b5caa51 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 8 Oct 2024 15:00:57 +0530 Subject: [PATCH] chore: Separate dompurify updates --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 859cd982c..5e074f885 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,10 @@ { "groupName": "eslint", "matchPackagePatterns": ["eslint"] + }, + { + "groupName": "dompurify", + "matchPackagePatterns": ["dompurify"] } ], "dependencyDashboard": false,