ci: Renovate semantic commit scopes#7691
Conversation
Use pep621 manager (not uv) to match pyproject.toml packages, and set semanticCommitScope to null globally so unmatched packages fall back to 'deps: ...' rather than 'deps(deps): ...'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Visual Regression19 screenshots compared. See report for details. |
|
shall we add an MCP scope here while we're at it? 👀 |
# Conflicts: # renovate.json
|
@khvn26 went one further and also added Github Actions :) |
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
matchManagersfor the API package rule fromuvtopep621— Renovate uses thepep621manager forpyproject.tomlfiles, so the rule was never matching andsemanticCommitScope: "API"was never applied."semanticCommitScope":""globally so packages not matched by any rule producedeps: ...rather than falling back todeps(deps): ....How did you test this code?
I have tested part of this via running renovate manually when working on this PR, but some of this will need to be tested as and when renovate deems that changes are necessary.