From b099157ba1b3738cc496ab09db634e0222887a23 Mon Sep 17 00:00:00 2001 From: Xueqin Cui Date: Thu, 29 Jan 2026 14:28:16 +1100 Subject: [PATCH] chore(deps): restrict redis python dependency to < 7.0.0 --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 9f21f92bd6b..69e8579fc2f 100644 --- a/renovate.json +++ b/renovate.json @@ -33,6 +33,11 @@ ], "enabled": true }, + { + "matchPackageNames": ["redis"], + "matchCategories": ["python"], + "allowedVersions": "< 7.0.0" + }, { "matchDepNames": [ "gcp/workers/worker/osv-test"