From 5fb9ffd939c82735635c32e106cc835d8333dd21 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 24 Apr 2026 10:48:41 +0800 Subject: [PATCH] chore: ignore @void-sdk/void in renovate --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6eea32f..190d2cd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>Boshen/renovate"] + "extends": ["github>Boshen/renovate"], + "ignoreDeps": ["@void-sdk/void"] }