Skip to content

Commit a053a6d

Browse files
authored
PYTHON-4363 Add dependabot config for Python (#1613)
1 parent 9a3caef commit a053a6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ updates:
99
actions:
1010
patterns:
1111
- "*"
12+
# Python
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)