From fa44227074b6e44604a6631894b1ba1325ede2d7 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov Date: Fri, 19 Dec 2025 20:43:28 -0300 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 516fea7a..a796bcf7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:best-practices"] + "extends": ["config:best-practices"], + "ignoreDeps": ["taiki-e/install-action"] }