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