Skip to content

Commit f6d3106

Browse files
authored
Enable dependabot for pip packages (#109)
1 parent 8e36e9c commit f6d3106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ updates:
2424
directory: "/"
2525
schedule:
2626
interval: "daily"
27+
- package-ecosystem: "pip"
28+
directory: "/.github/scripts/"
29+
schedule:
30+
interval: "weekly"

0 commit comments

Comments
 (0)