diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f946c6..78f67c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,9 @@ updates: interval: weekly - package-ecosystem: nuget - directory: "/" + directories: + - "/" + - "/src" schedule: interval: daily open-pull-requests-limit: 10 diff --git a/deployment/cake/sourcecontrol-github.cake b/deployment/cake/sourcecontrol-github.cake index 5f85693..b7c03bf 100644 --- a/deployment/cake/sourcecontrol-github.cake +++ b/deployment/cake/sourcecontrol-github.cake @@ -1,5 +1,5 @@ #addin "nuget:?package=Cake.GitHub&version=0.1.0" -#addin "nuget:?package=Octokit&version=13.0.0" +#addin "nuget:?package=Octokit&version=13.0.1" //-------------------------------------------------------------