From e8e42b5a861de4bf7ece2b74ac31c8e005ac0312 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Wed, 3 Sep 2025 19:08:58 +0500 Subject: [PATCH] chore(renovate): disable python-version update Signed-off-by: Boris Yumankulov --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c18bbab..677a484 100644 --- a/renovate.json +++ b/renovate.json @@ -34,9 +34,9 @@ "description": "Disabled due to Python 3.10 incompatibility with numpy>=2.3.2 (requires Python>=3.11)" }, { - "matchDatasources": ["github-runners"], + "matchDatasources": ["github-runners", "python-version"], "enabled": false, "description": "Prevent Renovate from updating runs-on to unsupported ubuntu-24.04" - } + }, ] }