From e1ea0e4d171bf6ffeba3ddbccc32be3f2b1ad251 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 15:20:06 +0800 Subject: [PATCH] fix(renovate): ignore breaking major bumps from owo-colors and syn --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 775d75127..3fd4eb472 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -15,7 +15,7 @@ "matchManagers": ["cargo"], "schedule": ["on monday"], "assignees": ["@Boshen"], - "ignoreDeps": ["textwrap"] + "ignoreDeps": ["textwrap", "owo-colors", "syn"] }, { "groupName": "website",