From cf25e2a7f9cb4675dd66791110d0807dbbdc9477 Mon Sep 17 00:00:00 2001 From: Saman Azadi <60857846+samanazadi1996@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:35:01 +0330 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7077779..17f2ac3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ version: 2 updates: - - package-ecosystem: "nuget" - directory: "/" + - package-ecosystem: nuget + directory: "/Source" schedule: - interval: "weekly" + interval: daily + open-pull-requests-limit: 10