Skip to content

Commit 2d52f7c

Browse files
committed
ci: add native pr combiner
1 parent dc57cd2 commit 2d52f7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ version: 2
22
updates:
33
- package-ecosystem: pip
44
directory: "/"
5+
groups:
6+
pip:
7+
patterns:
8+
- "*"
59
schedule:
6-
interval: daily
10+
interval: weekly
711
open-pull-requests-limit: 10
812
ignore:
913
- dependency-name: docutils

0 commit comments

Comments
 (0)