From 1c1ec181646d00a0254e922e67c79b35d9a10917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 31 May 2024 11:53:20 +0200 Subject: [PATCH] [chore] Fix renovate config (#5694) --- renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/renovate.json b/renovate.json index 208cd49a7e6..6559d3c655a 100644 --- a/renovate.json +++ b/renovate.json @@ -21,11 +21,6 @@ "matchManagers": ["gomod"], "matchDepTypes": ["indirect"], "enabled": false - }, - { - "matchManagers": ["pip"], - "packageNames": ["codespell"], - "enabled": true } ] }