-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy pathdependabot.yml
More file actions
28 lines (28 loc) · 1.04 KB
/
dependabot.yml
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: monthly
labels:
- 'github_actions'
- 'waiting for triage'
- package-ecosystem: 'maven'
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 10
labels:
- 'dependencies'
- 'waiting for triage'
ignore:
# Freeze production dependencies of mcp-core
- dependency-name: 'org.slf4j:slf4j-api'
- dependency-name: 'com.fasterxml.jackson.core:jackson-annotations'
- dependency-name: 'tools.jackson.core:jackson-databind'
- dependency-name: 'io.projectreactor:reactor-bom'
- dependency-name: 'io.projectreactor:reactor-core'
- dependency-name: 'jakarta.servlet:jakarta.servlet-api'
# mcp-json-jackson2 and mcp-json-jackson3 dependencies
- dependency-name: 'com.fasterxml.jackson.core:jackson-databind'
- dependency-name: 'com.networknt:json-schema-validator'