Configure Renovate - #1
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Merged
This was referenced Jul 23, 2026
Kaiohz
added a commit
that referenced
this pull request
Jul 25, 2026
…efs, escalate dependent-invalidation logging, correct MCP registry ownership narrative in README Address PR #38 review (Major #2, #3, and #1 documentation): - validate_subagent_refs now takes the AgentConfigRepository port instead of a bound exists callable, making the metadata repository the single source of truth for agent existence and avoiding drift if the store/repository split is refactored. - invalidate_dependent_agents logs per-agent parse failures at ERROR with exc_info and emits a summary error listing every skipped agent, so silent corruption is observable instead of swallowed at WARNING. - README: correct the 'Registry migration' block — composable-agents owns the mcp_servers table schema (migrations 008/009); mcp-raganything is a consumer. Document 008/009 in the migrations table.
Kaiohz
added a commit
that referenced
this pull request
Jul 25, 2026
The mcp_servers table is now owned by mcp-raganything's Alembic migration 001_create_mcp_servers_table (tracked in raganything_alembic_version), so this brick no longer carries schema for a table whose service, CRUD, encryption and mounting all live in mcp-raganything. This resolves the ownership split flagged in PR #38 review (Major #1). - Delete 008_create_mcp_servers_table and 009_alter_mcp_servers_add_openapi. - Repoint 010_add_description_to_agent_configs down_revision to 007 (chain is now 001..007 -> 010). - README: Registry migration block now states mcp-raganything owns the service AND the table schema; drop the 008/009 rows from the migrations table.
Kaiohz
added a commit
that referenced
this pull request
Jul 25, 2026
* feat: subagent agent_ref resolution + agent description field - Add optional description field to AgentConfig and AgentConfigMetadata - Add optional agent_ref field to SubAgentConfig for referencing existing agents - Factory resolves agent_ref at runner-build time (one level, explicit overrides win) - Use cases validate agent_ref (self-reference + existence) and invalidate dependents - Migration 010 adds description column to agent_configs table - Shared helper _subagent_ref_utils.py for validation and dependent invalidation * feat: MCP server migrations 008-009 + ruff per-file-ignores for tests - Add migration 008_create_mcp_servers_table - Add migration 009_alter_mcp_servers_add_openapi - Add ruff per-file-ignores for tests (ARG002) * Fail CI on SonarQube scan errors * fix(review): inject AgentConfigRepository port in validate_subagent_refs, escalate dependent-invalidation logging, correct MCP registry ownership narrative in README Address PR #38 review (Major #2, #3, and #1 documentation): - validate_subagent_refs now takes the AgentConfigRepository port instead of a bound exists callable, making the metadata repository the single source of truth for agent existence and avoiding drift if the store/repository split is refactored. - invalidate_dependent_agents logs per-agent parse failures at ERROR with exc_info and emits a summary error listing every skipped agent, so silent corruption is observable instead of swallowed at WARNING. - README: correct the 'Registry migration' block — composable-agents owns the mcp_servers table schema (migrations 008/009); mcp-raganything is a consumer. Document 008/009 in the migrations table. * refactor(alembic): move mcp_servers table ownership to mcp-raganything The mcp_servers table is now owned by mcp-raganything's Alembic migration 001_create_mcp_servers_table (tracked in raganything_alembic_version), so this brick no longer carries schema for a table whose service, CRUD, encryption and mounting all live in mcp-raganything. This resolves the ownership split flagged in PR #38 review (Major #1). - Delete 008_create_mcp_servers_table and 009_alter_mcp_servers_add_openapi. - Repoint 010_add_description_to_agent_configs down_revision to 007 (chain is now 001..007 -> 010). - README: Registry migration block now states mcp-raganything owns the service AND the table schema; drop the 008/009 rows from the migrations table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
📚 See our Reading List for relevant documentation you may be interested in reading.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.jsonin this branch. Renovate will update the Pull Request description the next time it runs.Detected Package Files
Dockerfile(dockerfile).github/workflows/cd.yaml(github-actions).github/workflows/ci.yaml(github-actions)pyproject.toml(pep621).python-version(pyenv)Configuration Summary
Based on the default config's presets, Renovate will:
fixfor dependencies andchorefor all others if semantic commits are in use.node_modules,bower_components,vendorand various test/tests (except for nuget) directories.What to Expect
With your current configuration, Renovate will create 13 Pull Requests:
Update dependency openinference-instrumentation-langchain to v0.1.68
renovate/openinference-instrumentation-langchain-0.xmain==0.1.68Update dependency arize-phoenix-client to v2.13.0
renovate/arize-phoenix-client-2.xmain==2.13.0Update dependency arize-phoenix-otel to v0.16.1
renovate/arize-phoenix-otel-0.xmain==0.16.1Update python Docker tag
renovate/python-3.xmain3.143.143.14-slim-bookwormUpdate actions/cache action to v6
renovate/actions-cache-6.xmainv6Update actions/checkout action to v7
renovate/actions-checkout-7.xmainv7Update actions/github-script action to v9
renovate/actions-github-script-9.xmainv9Update actions/setup-python action to v7
renovate/actions-setup-python-7.xmainv7Update actions/upload-artifact action to v7
renovate/major-github-artifact-actionsmainv7Update docker/build-push-action action to v7
renovate/docker-build-push-action-7.xmainv7Update docker/login-action action to v4
renovate/docker-login-action-4.xmainv4Update docker/setup-buildx-action action to v4
renovate/docker-setup-buildx-action-4.xmainv4Update SonarSource/sonarqube-scan-action action to v8
renovate/sonarsource-sonarqube-scan-action-8.xmainv8🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prHourlyLimitfor details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR was generated by Mend Renovate. View the repository job log.