From ac20447ba32eeaaabe1aa6516725394d7ad6a358 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Thu, 14 Aug 2025 22:19:25 +0500 Subject: [PATCH] chore(renovate): skip broken packages Signed-off-by: Boris Yumankulov --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index d2590a2..307fe77 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,11 @@ "rangeStrategy": "bump", "versioning": "pep440", "groupName": "Python dependencies" + }, + { + "matchPackageNames": ["numpy", "setuptools"], + "enabled": false, + "description": "Disabled due to Python 3.10 incompatibility with numpy>=2.3.2 (requires Python>=3.11)" } ] }