From 5a1d43407b94db09cc59e186150661e71097bfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Thu, 18 Jan 2024 22:28:59 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b5506dd..883b809 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["renovate/config"] + "extends": ["renovate/config"], + "ignorePaths": [ + "source/**" + ] } \ No newline at end of file