Skip to content

Commit ab27afd

Browse files
committed
➕ Add one more new bot for managing the Python dependency of the CI scripts part only.
1 parent fb5941d commit ab27afd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ updates:
2424
commit-message:
2525
prefix:
2626

27+
# Python (for CI scripts only)
28+
- package-ecosystem: "uv"
29+
directory: "/scripts"
30+
schedule:
31+
interval: "daily"
32+
labels:
33+
- "🔍 enhancement"
34+
- "🐍 python"
35+
- "dependencies"
36+
commit-message:
37+
prefix:
38+
2739
# Docusaurus (TSX)
2840
- package-ecosystem: "npm"
2941
directory: "/docs_with_docusarus"

0 commit comments

Comments
 (0)