From 20689887bf2608f4e2c2a29703a40fe33fd3a57e Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 11 Feb 2023 05:38:58 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3728dc2..210ceb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,18 +8,11 @@ updates: - package-ecosystem: nuget schedule: interval: "daily" - directory: "/Reddit Post Scraping Tool" - schedule-expression: "cron(0 0 * * ? *)" - label: "nuget" - authors: - - "dependabot[bot]" + directory: "Reddit Post Scraping Tool" ignore: - "Newtonsoft.Json" - package-ecosystem: pip schedule: interval: "daily" - directory: "reddit_post_scraping_tool" - schedule-expression: "cron(0 0 * * ? *)" - label: "pip" - authors: - - "dependabot[bot]" + directory: "reddit_post_scraping_tool" +