From de65e22f68382ca441ecd0c6f1f9b1953accd9bd Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 20 Feb 2025 11:07:52 -0800 Subject: [PATCH] Remove python from dependabot.yml (#835) --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df00300..873dced 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,3 @@ updates: - "wasi-common" - "wiggle" - - package-ecosystem: "pip" - directory: "python" - schedule: - interval: "weekly" -