From b4277cbadbf1a8aa7add9d7eb555dc24325e3118 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Tue, 6 Jun 2023 22:02:51 +0800 Subject: [PATCH] feat: exclude workflows and charts in renovate.json --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d6f033dfee..c79ca5aee3 100644 --- a/renovate.json +++ b/renovate.json @@ -30,6 +30,8 @@ "**/nc-plugin/**", "**/nocodb-legacy/**", "**/test/**", - "**/tests/**" + "**/tests/**", + "**/workflows/**", + "**/charts/**" ] }