Skip to content

Commit ed95121

Browse files
authored
Replace dependabot assignees with CODEOWNERS (#1030)
* add mongodb/dbx-python as codeowner for GitHub actions * remove `assignees` field from dependabot.yml
1 parent 0840a84 commit ed95121

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ updates:
99
actions:
1010
patterns:
1111
- "*"
12-
assignees:
13-
- "@mongodb/dbx-python"
1412
# Python
1513
- package-ecosystem: "pip"
1614
directory: "/bindings/python"
1715
schedule:
1816
interval: "weekly"
19-
assignees:
20-
- "@mongodb/dbx-python"

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55

66
# Python Bindings
77
bindings/python @mongodb/dbx-python
8+
9+
# GitHub actions (currently only used by Python Bindings)
10+
.github @mongodb/dbx-python

0 commit comments

Comments
 (0)