chore(renovate): dont update github-runners
All checks were successful
Code check / Check code (push) Successful in 1m44s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-09-02 22:56:03 +05:00
parent b60fd0d593
commit d16e2cdf43

View File

@@ -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"
}
]
}