From f1c773458d3ec11f2338d59a7514a8ba57602c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 3 Nov 2023 13:21:28 +0100 Subject: [PATCH] Disable upgrading the supported Python version --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b2075e0b..9ea8b193 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -120,5 +120,11 @@ matchPackageNames: ['node'], enabled: false, }, + /** Disable upgrading the supported Python version */ + { + matchFileNames: ['pyproject.toml'], + matchPackageNames: ['python'], + enabled: false, + }, ], }