From bc67b0cc1de3048398c8b1f1c363c72998e3671c Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 15 Sep 2021 17:48:47 +0200 Subject: [PATCH] chore: disable dependabot for pip dependencies - there is no way to group updates unfortunately... I'll set-up a custom workflow to update python deps as I would imagine later --- .github/dependabot.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 1a2d4e9e6..4299d7522 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -7,10 +7,3 @@ updates: # Check for updates to GitHub Actions every sunday interval: "weekly" day: "sunday" - - - package-ecosystem: "pip" - directory: "/" - schedule: - # Check for updates to python dependencies every sunday - interval: "weekly" - day: "sunday"