From b0da995e0205ee19666e3e433bd5c8e846340102 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Thu, 14 Nov 2024 18:11:35 +0100 Subject: [PATCH] Remove pip functionality from dependabot as we don't need it here --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 696b5d7b..5ace4600 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,3 @@ updates: directory: "/" schedule: interval: "weekly" - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "weekly"