Skip to content

Commit 9bfd2ba

Browse files
authored
Make Dependabot give PRs for dependency updates
1 parent ee2f456 commit 9bfd2ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ updates:
1010
github-actions:
1111
patterns:
1212
- "*"
13+
- package-ecosystem: "pip"
14+
directories:
15+
- "/"
16+
schedule:
17+
interval: "monthly"
18+
groups:
19+
pip:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)