Skip to content

Commit b7e67c7

Browse files
committed
Supposedly dependabot supports pip-compile, let's see.
1 parent d6e421c commit b7e67c7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
13+
- package-ecosystem: "pip"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
18+
- package-ecosystem: "pip"
19+
directory: "/docs"
20+
schedule:
21+
interval: "weekly"

0 commit comments

Comments
 (0)