Skip to content

Commit 7d787e2

Browse files
Update dependabot.yml
1 parent 15248e4 commit 7d787e2

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,19 @@ updates:
1919
patterns:
2020
- "*"
2121

22-
22+
# Grouped Python dependencies
23+
- package-ecosystem: "pip"
24+
directory: "/"
25+
schedule:
26+
interval: "monthly"
27+
commit-message:
28+
prefix: "build"
29+
target-branch: "dependabotchanges"
30+
open-pull-requests-limit: 10
31+
groups:
32+
langchain:
33+
patterns:
34+
- "langchain*"
35+
all-backend-deps:
36+
patterns:
37+
- "*"

0 commit comments

Comments
 (0)