From cce75b04042ed538adb1ac124b9a1faffa9df9c3 Mon Sep 17 00:00:00 2001 From: Viktor Tsvetkov <142901247+vtsvetkov-splunk@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:23:13 +0100 Subject: [PATCH] chore(renovate): ignore python update (#1487) --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 180f5c14f..d857fcf10 100644 --- a/renovate.json +++ b/renovate.json @@ -35,6 +35,12 @@ ], "enabled": false }, + { + "description": "Ignore Python version updates", + "matchManagers": ["poetry"], + "matchPackageNames": ["python"], + "enabled": false + }, { "matchPackageNames": ["urllib3"], "allowedVersions": "<2.0.0"