From 85eb59d87dceafccb29141a37d119effe0dea2fe Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 11 Feb 2023 05:44:21 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82e2417..3ad89e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: interval: "daily" directory: "Reddit Post Scraping Tool" ignore: - - package-name: "Newtonsoft.Json" + - dependency-name: "Newtonsoft.Json" - package-ecosystem: "pip" schedule: interval: "daily"