From 6724c407ea0c33ce9ded6b3604d3c4607e9776b4 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Wed, 10 Aug 2022 04:41:56 -0400 Subject: [PATCH] Update renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 313ca3528e3..09cff87132c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>the-guild-org/shared-config:renovate"], - "ignoreDeps": ["typedoc", "typedoc-plugin-markdown"] + "ignoreDeps": ["typedoc", "typedoc-plugin-markdown", "@chakra-ui/react"] }