Skip to content

Commit c63e78d

Browse files
add dependabot config
1 parent e1b2dc9 commit c63e78d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: pip
5+
directory: /
6+
schedule:
7+
interval: daily
8+
- package-ecosystem: pip
9+
directory: /examples/demo
10+
schedule:
11+
interval: daily
12+
- package-ecosystem: pip
13+
directory: /examples/fastapi
14+
schedule:
15+
interval: daily
16+
- package-ecosystem: pip
17+
directory: /examples/flask
18+
schedule:
19+
interval: daily
20+
- package-ecosystem: pip
21+
directory: /packages/uvicorn-hmr
22+
schedule:
23+
interval: daily

0 commit comments

Comments
 (0)