-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdependabot.yaml
More file actions
38 lines (38 loc) · 1020 Bytes
/
dependabot.yaml
File metadata and controls
38 lines (38 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: 2
updates:
- package-ecosystem: 'devcontainers'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
ignore:
## Ignore all updates for 'zod' as our 'zod' version must match the
## version of 'zod' used by the '@modelcontextprotocol/sdk' dependency.
- dependency-name: 'zod'
versioning-strategy: 'increase'
- package-ecosystem: 'npm'
directory: '/client/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'zod'
versioning-strategy: 'increase'
- package-ecosystem: 'npm'
directory: '/server/'
schedule:
interval: 'weekly'
ignore:
- dependency-name: 'zod'
versioning-strategy: 'increase'
- package-ecosystem: 'npm'
directory: '/extensions/vscode/'
schedule:
interval: 'weekly'
versioning-strategy: 'increase'