From 66faaefaab25eefbfb7b2f38b0fed46ac6318904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Christian=20Seime?= Date: Thu, 6 Jul 2023 15:14:55 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 2d62ba090807..d568863652a2 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,11 @@ "config:base" ], "prHourlyLimit": 150, - "ignorePaths": ["jdisc_core_test/", "bundle-plugin-test/"], - "ignoreDeps": ["javax.servlet:javax.servlet-api"], + "ignorePaths": [], + "ignoreDeps": [ + "com.yahoo.vespa.bundle-plugin:test-bundles", + "com.yahoo.vespa.jdisc_core:test_bundles", + "javax.servlet:javax.servlet-api" + ], "prConcurrentLimit": 150 }