We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assignees
1 parent 0840a84 commit ed95121Copy full SHA for ed95121
.github/dependabot.yml
@@ -9,12 +9,8 @@ updates:
9
actions:
10
patterns:
11
- "*"
12
- assignees:
13
- - "@mongodb/dbx-python"
14
# Python
15
- package-ecosystem: "pip"
16
directory: "/bindings/python"
17
schedule:
18
interval: "weekly"
19
20
CODEOWNERS
@@ -5,3 +5,6 @@
5
6
# Python Bindings
7
bindings/python @mongodb/dbx-python
8
+
+# GitHub actions (currently only used by Python Bindings)
+.github @mongodb/dbx-python
0 commit comments