Skip to content

Commit 7286388

Browse files
authored
build(docs): Check Python dependencies via dependabot (#2497)
1 parent f1b186c commit 7286388

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
@@ -12,3 +12,7 @@ updates:
1212
directory: "/"
1313
schedule:
1414
interval: "daily"
15+
- package-ecosystem: "pip"
16+
directory: "/docs"
17+
schedule:
18+
interval: "daily"

0 commit comments

Comments
 (0)