From 0e5d8e46b65110b81c1c22286f0f5b8797c0b090 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 23 Jun 2025 13:06:20 -0400 Subject: [PATCH 1/2] add mongodb/dbx-python as codeowner for GitHub actions --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 81b647d06..424dbd50c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,3 +5,6 @@ # Python Bindings bindings/python @mongodb/dbx-python + +# GitHub actions (currently only used by Python Bindings) +.github @mongodb/dbx-python From 80f81b7d6cdee9f13cceb456c6d02c654540315b Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Mon, 23 Jun 2025 13:06:36 -0400 Subject: [PATCH 2/2] remove `assignees` field from dependabot.yml --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13a314222..c48b12cd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,12 +9,8 @@ updates: actions: patterns: - "*" - assignees: - - "@mongodb/dbx-python" # Python - package-ecosystem: "pip" directory: "/bindings/python" schedule: interval: "weekly" - assignees: - - "@mongodb/dbx-python" \ No newline at end of file