From 3032dbb98ee4d8d72f44ad1a124d1d38607d4df6 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 23 Jan 2024 14:38:15 +0800 Subject: [PATCH] fix(renovate): ignore textwrap --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 96a4a632e..775d75127 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,8 @@ "groupName": "cargo", "matchManagers": ["cargo"], "schedule": ["on monday"], - "assignees": ["@Boshen"] + "assignees": ["@Boshen"], + "ignoreDeps": ["textwrap"] }, { "groupName": "website",