From 4aca7553b461546cd353d69448a79675cbb2b6c3 Mon Sep 17 00:00:00 2001 From: carofun Date: Wed, 9 Jun 2021 17:07:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(renovate)=20ignore=20python=20depe?= =?UTF-8?q?ndencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renovate service is trying to update the version of elasticsearch. Ashley can only work with version 5 of elasticsearch. We create a dedicated package rule in renovate's config to ignore this specific update. --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index 9034de83..62699669 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,14 @@ "matchPackageNames": [ "bootstrap" ] + }, + { + "enabled": false, + "groupName": "ignored python dependencies", + "matchManagers": ["setup-cfg"], + "matchPackageNames": [ + "elasticsearch" + ] } ] }