From 58d20fce57cb8c8c8244b2f182506afde2c22069 Mon Sep 17 00:00:00 2001 From: yifancong Date: Wed, 12 Jun 2024 00:39:50 +0800 Subject: [PATCH] chore: update renovate ignore list (#375) --- .github/renovate.json5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 2e2083be..c6ef2f4c 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,6 +48,12 @@ "@types/node", "acorn", "enhanced-resolve", - "@biomejs/biome" + "@biomejs/biome", + "json-stream-stringify", + "fs-extra", + "socket.io", + "tailwindcss", + "antd", + "i18next" ] }