From 73e3911472d9197559adb9e2dec6a3840ef6b15e Mon Sep 17 00:00:00 2001 From: Jamie Newcomb <59560169+jamienewcomb@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:13:41 +0100 Subject: [PATCH] limit number of pull requests and add sdk team as reviewers --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e35bb6967..5a8d24b3f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,6 @@ updates: schedule: interval: 'daily' # weekdays (Monday to Friday) labels: [] # prevent the default `dependencies` label from being added to pull requests + reviewers: + - "ably/team-sdk" + open-pull-requests-limit: 3