Skip to content

Commit c9d8760

Browse files
authored
Add pip to dependabot config (#269)
1 parent b61acb7 commit c9d8760

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ updates:
99
actions:
1010
patterns:
1111
- "*"
12+
assignees:
13+
- "@mongodb/dbx-python"
14+
# Python
15+
- package-ecosystem: "pip"
16+
directory: "/bindings/python"
17+
schedule:
18+
interval: "weekly"
19+
assignees:
20+
- "@mongodb/dbx-python"

0 commit comments

Comments
 (0)