diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 83c909e7fd..d343a86d41 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: +- package-ecosystem: "dotnet-sdk" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 1 + - package-ecosystem: nuget directory: "/samples" schedule: @@ -10,8 +16,8 @@ updates: directory: "/test" schedule: interval: weekly - open-pull-requests-limit: 2 - + open-pull-requests-limit: 2 + - package-ecosystem: "github-actions" directory: "/" schedule: