Skip to content

Commit 324634f

Browse files
feat: auto update llm sdks
1 parent 26cfd81 commit 324634f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/dependabot.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'pip'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
time: '10:00'
8+
timezone: 'UTC'
9+
groups:
10+
ai-providers:
11+
patterns:
12+
- 'openai'
13+
- 'anthropic'
14+
- 'google-genai'
15+
- 'langchain-core'
16+
- 'langchain-community'
17+
- 'langchain-openai'
18+
- 'langchain-anthropic'
19+
- 'langgraph'
20+
allow:
21+
- dependency-name: 'openai'
22+
- dependency-name: 'anthropic'
23+
- dependency-name: 'google-genai'
24+
- dependency-name: 'langchain-core'
25+
- dependency-name: 'langchain-community'
26+
- dependency-name: 'langchain-openai'
27+
- dependency-name: 'langchain-anthropic'
28+
- dependency-name: 'langgraph'
29+
# Uncomment below to enable auto-merge for minor updates when CI passes
30+
# open-pull-requests-limit: 1
31+
# pull-request-branch-name:
32+
# separator: "/"
33+
# reviewers:
34+
# - "PostHog/ai-team"
35+
# assignees:
36+
# - "PostHog/ai-team"

0 commit comments

Comments
 (0)