From b4b923f3103740d6c739e503934296dd5fa4888b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Sun, 22 Sep 2024 21:27:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Disable=20python=20dependabot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38fcd19..66744e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,3 @@ updates: groups: GH actions: dependency-type: production - - package-ecosystem: "pip" - directory: "picotts/wrapper" - schedule: - interval: "monthly" - groups: - Wrapper packages: - dependency-type: production