From d16e2cdf435014f6e106275b38db7cd73da56419 Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Tue, 2 Sep 2025 22:56:03 +0500 Subject: [PATCH] chore(renovate): dont update github-runners Signed-off-by: Boris Yumankulov --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 19557df..c18bbab 100644 --- a/renovate.json +++ b/renovate.json @@ -32,6 +32,11 @@ "matchPackageNames": ["numpy", "setuptools"], "enabled": false, "description": "Disabled due to Python 3.10 incompatibility with numpy>=2.3.2 (requires Python>=3.11)" + }, + { + "matchDatasources": ["github-runners"], + "enabled": false, + "description": "Prevent Renovate from updating runs-on to unsupported ubuntu-24.04" } ] }