From 6f4313cf0ba601e86ab5f4d6f49ed4fdb4df9fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Fri, 18 Sep 2026 11:02:01 +0300 Subject: [PATCH] Pin renovate to elasticsearch 7.x django-haystack doesn't support higher. --- renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 1bcb715..749d4ce 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -18,5 +18,12 @@ "matchDatasources": ["pypi"], "allowedVersions": "9.0", }, + { + // Stay on the elasticsearch-py 7.x, django-haystack doesn't support higher. + // https://github.com/django-commons/drf-haystack/issues/351 + "matchPackageNames": ["elasticsearch"], + "matchDatasources": ["pypi"], + "allowedVersions": "7", + }, ], }