From cb4b701b0eddd555427e5581e14d9a367cc7fc37 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 16 Jun 2025 12:52:56 -0400 Subject: [PATCH] use "reviewers" instead of "assignees" for dependabot dbx-python does not appear to have repo write access. "reviewers" only require read access. --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13a314222..33f212335 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,12 @@ updates: actions: patterns: - "*" - assignees: + reviewers: - "@mongodb/dbx-python" # Python - package-ecosystem: "pip" directory: "/bindings/python" schedule: interval: "weekly" - assignees: - - "@mongodb/dbx-python" \ No newline at end of file + reviewers: + - "@mongodb/dbx-python"