Skip to content

Commit 7745ae0

Browse files
authored
chore: revert dependabot (#10370)
1 parent d414bc2 commit 7745ae0

File tree

1 file changed

+25
-53
lines changed

1 file changed

+25
-53
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -33,41 +33,14 @@ updates:
3333
update-types:
3434
- "major"
3535

36-
# Core libraries (langchain-core, langchain, langchain-classic, etc.)
36+
# Core libraries (langchain-core, langchain,, etc.)
3737
- package-ecosystem: npm
38-
directory: "/libs/langchain-core"
39-
schedule:
40-
interval: monthly
41-
open-pull-requests-limit: 10
42-
ignore:
43-
- dependency-name: "p-queue"
44-
groups:
45-
core-libs-minor-and-patch:
46-
update-types:
47-
- "minor"
48-
- "patch"
49-
core-libs-major:
50-
update-types:
51-
- "major"
52-
53-
- package-ecosystem: npm
54-
directory: "/libs/langchain"
55-
schedule:
56-
interval: monthly
57-
open-pull-requests-limit: 10
58-
ignore:
59-
- dependency-name: "p-queue"
60-
groups:
61-
core-libs-minor-and-patch:
62-
update-types:
63-
- "minor"
64-
- "patch"
65-
core-libs-major:
66-
update-types:
67-
- "major"
68-
69-
- package-ecosystem: npm
70-
directory: "/libs/langchain-classic"
38+
directories:
39+
- "/libs/langchain-core"
40+
- "/libs/langchain"
41+
- "/libs/langchain-classic"
42+
- "/libs/langchain-textsplitters"
43+
- "/libs/langchain-mcp-adapters"
7144
schedule:
7245
interval: monthly
7346
open-pull-requests-limit: 10
@@ -82,51 +55,50 @@ updates:
8255
update-types:
8356
- "major"
8457

58+
# Community integrations
8559
- package-ecosystem: npm
86-
directory: "/libs/langchain-textsplitters"
60+
directories:
61+
- "libs/community/*"
8762
schedule:
8863
interval: monthly
89-
open-pull-requests-limit: 10
90-
ignore:
91-
- dependency-name: "p-queue"
64+
open-pull-requests-limit: 15
9265
groups:
93-
core-libs-minor-and-patch:
66+
providers-minor-and-patch:
9467
update-types:
9568
- "minor"
9669
- "patch"
97-
core-libs-major:
70+
providers-major:
9871
update-types:
9972
- "major"
10073

74+
# Provider integrations
10175
- package-ecosystem: npm
102-
directory: "/libs/langchain-mcp-adapters"
76+
directories:
77+
- "/libs/providers/*"
10378
schedule:
10479
interval: monthly
105-
open-pull-requests-limit: 10
106-
ignore:
107-
- dependency-name: "p-queue"
80+
open-pull-requests-limit: 15
10881
groups:
109-
core-libs-minor-and-patch:
82+
providers-minor-and-patch:
11083
update-types:
11184
- "minor"
11285
- "patch"
113-
core-libs-major:
86+
providers-major:
11487
update-types:
11588
- "major"
11689

117-
# Community integrations
90+
# Internal tooling packages
11891
- package-ecosystem: npm
119-
directory: "/libs/community/langchain-community"
92+
directories:
93+
- "/internal/*"
12094
schedule:
12195
interval: monthly
122-
open-pull-requests-limit: 10
123-
ignore:
124-
- dependency-name: "p-queue"
96+
open-pull-requests-limit: 5
12597
groups:
126-
core-libs-minor-and-patch:
98+
internal-minor-and-patch:
12799
update-types:
128100
- "minor"
129101
- "patch"
130-
core-libs-major:
102+
internal-major:
131103
update-types:
132104
- "major"

0 commit comments

Comments
 (0)