Skip to content

Commit b95cb20

Browse files
committed
ci: add pip package ecosystem support to dependabot configuration
1 parent 4ff1944 commit b95cb20

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
@@ -6,4 +6,11 @@ updates:
66
interval: "weekly"
77
timezone: "Asia/Shanghai"
88
day: "friday"
9-
target-branch: "v2"
9+
target-branch: "v2"
10+
- package-ecosystem: "pip"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
timezone: "Asia/Shanghai"
15+
day: "friday"
16+
target-branch: "main"

0 commit comments

Comments
 (0)