Skip to content

Commit 6d3585a

Browse files
committed
Add npm ecosystem to Dependabot configuration
Follow-up to modelcontextprotocol#2168 (review) Configure Dependabot to check npm dependencies in the repository and create weekly update pull requests.
1 parent d02d768 commit 6d3585a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ updates:
44
directory: '/'
55
schedule:
66
interval: 'weekly'
7+
8+
- package-ecosystem: 'npm'
9+
directory: '/'
10+
schedule:
11+
interval: 'weekly'

0 commit comments

Comments
 (0)