Skip to content

Commit ec6d7a3

Browse files
committed
Update
1 parent ad2e7a4 commit ec6d7a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ updates:
77
interval: daily
88
commit-message:
99
prefix:
10-
# Python
10+
# Python pip
1111
- package-ecosystem: pip
1212
directory: /
1313
schedule:
1414
interval: daily
1515
commit-message:
1616
prefix:
17+
# Python uv
18+
- package-ecosystem: uv
19+
directory: /
20+
schedule:
21+
interval: daily
22+
commit-message:
23+
prefix:
1724
# npm
1825
- package-ecosystem: npm
1926
directory: /frontend

0 commit comments

Comments
 (0)