From 03311b06c92a590859b93f37e444467cfc3151c9 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 18 Nov 2023 11:40:57 +0100 Subject: [PATCH] Ignore everything in vendor subdirs --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index e2de9e5cf..62cbf93fd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ "baseBranches": ["staging"], "enabledManagers": ["github-actions", "regex", "docker-compose"], "ignorePaths": [ - "data\/web\/inc\/lib\/vendor\/matthiasmullie\/minify\/**" + "data\/web\/inc\/lib\/vendor\/**" ], "regexManagers": [ {