From dc2a22aae05a487fe0c4adac8b69cfb93ed2b971 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 28 Mar 2022 13:22:03 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4385971..2f99d6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,16 +5,9 @@ version: 2 updates: - # Enable version updates for tqdm - - package-ecosystem: "tqdm" + # Enable version updates for pip + - package-ecosystem: "pip" directory: "/" # Location of package manifests # Check the tqdm registry for updates every day (weekdays) schedule: interval: "daily" - - # Enable version updates for requests - - package-ecosystem: "requests" - directory: "/" # Location of package manifests - # Check for updates every day (weekdays) - schedule: - interval: "daily"