Update dependabot.yml

This commit is contained in:
Richard Mwewa
2023-02-11 05:38:58 +02:00
committed by GitHub
parent 8ddbb1eafc
commit 20689887bf

View File

@@ -8,18 +8,11 @@ updates:
- package-ecosystem: nuget - package-ecosystem: nuget
schedule: schedule:
interval: "daily" interval: "daily"
directory: "/Reddit Post Scraping Tool" directory: "Reddit Post Scraping Tool"
schedule-expression: "cron(0 0 * * ? *)"
label: "nuget"
authors:
- "dependabot[bot]"
ignore: ignore:
- "Newtonsoft.Json" - "Newtonsoft.Json"
- package-ecosystem: pip - package-ecosystem: pip
schedule: schedule:
interval: "daily" interval: "daily"
directory: "reddit_post_scraping_tool" directory: "reddit_post_scraping_tool"
schedule-expression: "cron(0 0 * * ? *)"
label: "pip"
authors:
- "dependabot[bot]"