From 25a61bea914a58570f79a5f3359ae349e8eabadb Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Mon, 4 Apr 2022 16:14:33 +0200 Subject: [PATCH] Renovate: Ignore all updates to resources/scripts those are used only during development, hence there is no need to auto-update them. --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6fc4a0e..38a950c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,5 +12,8 @@ "**/bower_components/**", "docs/**" ] - } + }, + "ignorePaths": [ + "resources/scripts/**" + ] }