Skip to content

Commit 0609a9a

Browse files
committed
ci: add pip package ecosystem support to dependabot configuration
1 parent 96e59a0 commit 0609a9a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ updates:
77
timezone: "Asia/Shanghai"
88
day: "friday"
99
target-branch: "v2"
10+
groups:
11+
python-dependencies:
12+
patterns:
13+
- "*"
1014
- package-ecosystem: "pip"
1115
directory: "/"
1216
schedule:
1317
interval: "weekly"
1418
timezone: "Asia/Shanghai"
1519
day: "friday"
1620
target-branch: "main"
21+
groups:
22+
python-dependencies:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)