Skip to content

Commit 9977afa

Browse files
authored
Merge pull request modelcontextprotocol#2236 from koic/add_npm_to_dependabot
Add npm ecosystem to Dependabot configuration
2 parents a2ace83 + 6d3585a commit 9977afa

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)