Skip to content

Commit dd08aba

Browse files
committed
Add dependabot config to update python dependencies
1 parent bbfeab8 commit dd08aba

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+
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
python:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)