From eb93ae04e08ab9df99220df2286c89b868c0b3c6 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 5 Dec 2023 02:45:55 +0000 Subject: [PATCH] ci: exclude @blocksuite/icons from blocksuite nightly update group (#5184) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index a8adf93761..da069e0438 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -34,6 +34,7 @@ }, { "matchPackagePatterns": ["^@blocksuite"], + "excludePackageNames": ["@blocksuite/icons"], "followTag": "nightly" } ],