You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: renovate.json
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,10 @@
34
34
"automerge": true
35
35
},
36
36
{
37
-
"description": "MCP Registry dependency updates with automated schema sync",
37
+
"description": "MCP Registry dependency updates",
38
38
"matchPackageNames": [
39
39
"github.com/modelcontextprotocol/registry"
40
40
],
41
-
"postUpgradeTasks": {
42
-
"commands": [
43
-
"chmod +x scripts/sync-schema-version.sh",
44
-
"./scripts/sync-schema-version.sh"
45
-
],
46
-
"fileFilters": [
47
-
"schemas/registry.schema.json"
48
-
],
49
-
"executionMode": "update"
50
-
},
51
-
"prBodyTemplate": "## π MCP Registry Dependency Update\n\nThis PR updates the MCP registry dependency and automatically syncs the schema reference.\n\n### Changes\n- **Dependency**: `github.com/modelcontextprotocol/registry` `{{currentVersion}}` β `{{newVersion}}`\n- **Schema**: Automatically synced schema reference commit SHA to match the updated dependency\n\n### β Automated Tasks Completed\n- β **Go Modules**: Updated and tidied\n- β **Schema Sync**: Schema reference updated to match dependency version\n\n### π Next Steps\nThis PR will be validated by the CI workflow:\n- **Registry Validation**: All registry entries will be validated against the new schema\n- **Registry Build**: Both ToolHive and Official MCP formats will be built and tested\n- **Tool Updates**: Any affected registry spec files will be automatically updated\n\nIf validation passes, this PR can be merged immediately. If validation fails, the PR will be converted to draft status with detailed error information.\n\n---\n\nπ€ This PR was created automatically by Renovate with enhanced MCP registry support.\n\n{{{links}}}\n\n{{{controls}}}",
0 commit comments