From 498a655e4a6c9b60bb8d04bda701906eb59a0366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Christian=20Seime?= Date: Thu, 12 Oct 2023 11:11:44 +0200 Subject: [PATCH] Ignore Vespa deps --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 1f01969ed..edfb69fb1 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,12 @@ "ignorePaths": [], "ignoreDeps": [ "ai.vespa.examples.multibundle:multiple-bundles-lib" + ], + "packageRules": [ + { + "matchPackagePatterns": ["^com\\.yahoo\\.vespa"], + "matchManagers": ["maven"], + "enabled": false + } ] }