Skip to content

Commit 0f201fa

Browse files
authored
Add dependabot config (#74)
1 parent 88a0858 commit 0f201fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
groups:
9+
actions:
10+
patterns:
11+
- "*"
12+
# Python
13+
- package-ecosystem: "pip"
14+
directory: "libs/langchain-mongodb"
15+
schedule:
16+
interval: "weekly"
17+
- package-ecosystem: "pip"
18+
directory: "libs/langgraph-checkpoint-mongodb"
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)