From c4dfc3b1ecbbd817aaa603dd534fc8eef0cf08e0 Mon Sep 17 00:00:00 2001 From: Typpi <20943337+Nick2bad4u@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:33:49 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10e3240..a0446c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,19 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" - - - package-ecosystem: "composer" - directory: "/" - schedule: - interval: "daily" allow: # Allow both direct and indirect updates for all packages - dependency-type: "all" - - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" - allow: - # Django and any packages starting "django" - dependency-type: "all"