From 69d0c621e70f523aeb68e5f5e81542045ffd762b Mon Sep 17 00:00:00 2001 From: Juan Picado Date: Sat, 24 Sep 2022 09:52:11 +0200 Subject: [PATCH] chore: update renovate --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3d385bfac..296f1892a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,15 @@ { "extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"], "prConcurrentLimit": 1, - "ignorePaths": ["docker-examples/**"], + "ignorePaths": [ + "docker-examples/**", + "e2e/cli/e2e-yarn2/yarn-project/**", + "e2e/cli/e2e-yarn3/yarn-project/**", + "e2e/cli/e2e-yarn4/yarn-project/**", + "e2e/cli/e2e-yarn2/yarn-install/**", + "e2e/cli/e2e-yarn3/yarn-install/**", + "e2e/cli/e2e-yarn4/yarn-install/**" + ], "ignoreDeps": [ "eslint-plugin-verdaccio", "@verdaccio/test-helper",