From 474e978702f8e9c51545c58227092e89ccd896bb Mon Sep 17 00:00:00 2001 From: Ruairidh MacLeod Date: Tue, 29 Aug 2023 16:15:37 +0100 Subject: [PATCH] update dependabot config --- .github/dependabot.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10dc671..1cd891f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,17 +3,13 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: daily - target-branch: develop + interval: weekly reviewers: - - rkm - - jas88 + - SMI/reviewers - package-ecosystem: nuget directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 - target-branch: develop + interval: weekly + open-pull-requests-limit: 99 reviewers: - - rkm - - jas88 + - SMI/reviewers