From b53b43db51a8c848594bfa338192835fa9983b36 Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure Date: Tue, 5 Nov 2024 15:41:57 +0000 Subject: [PATCH] chore: Issue-1367 : Ignoring 'vf-tabs' from renovate bot scan --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index bcf8d439a..3e853c9c7 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,6 @@ "schedule": [ "after 3:00am and before 5:00am every weekday" ], - "timezone": "Europe/Berlin" + "timezone": "Europe/Berlin", + "ignoreDeps": ["@visual-framework/vf-tabs"] }