Skip to content

ci: Renovate semantic commit scopes#7691

Open
matthewelwell wants to merge 5 commits into
mainfrom
fix/renovate-semantic-commit-scope
Open

ci: Renovate semantic commit scopes#7691
matthewelwell wants to merge 5 commits into
mainfrom
fix/renovate-semantic-commit-scope

Conversation

@matthewelwell
Copy link
Copy Markdown
Contributor

@matthewelwell matthewelwell commented Jun 2, 2026

Thanks for submitting a PR! Please check the boxes below:

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

Changes

  • Fixes matchManagers for the API package rule from uv to pep621 — Renovate uses the pep621 manager for pyproject.toml files, so the rule was never matching and semanticCommitScope: "API" was never applied.
  • Adds "semanticCommitScope":"" globally so packages not matched by any rule produce deps: ... rather than falling back to deps(deps): ....
  • Adds new MCP and Github Actions scopes

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.

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>
@matthewelwell matthewelwell requested a review from a team as a code owner June 2, 2026 18:32
@matthewelwell matthewelwell requested review from emyller and removed request for a team June 2, 2026 18:32
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Preview Jun 3, 2026 1:44pm
flagsmith-frontend-preview Ignored Ignored Preview Jun 3, 2026 1:44pm
flagsmith-frontend-staging Ignored Ignored Preview Jun 3, 2026 1:44pm

Request Review

emyller
emyller previously approved these changes Jun 2, 2026
@github-actions github-actions Bot added the ci-cd Build, test and deployment related label Jun 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-7691 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-e2e:pr-7691 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-frontend:pr-7691 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-api:pr-7691 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-7691 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-7691 Finished ✅ Results

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  33 seconds
commit  9989602
info  🔄 Run: #17207 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  45 seconds
commit  9989602
info  🔄 Run: #17207 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  38.2 seconds
commit  9989602
info  🔄 Run: #17207 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  39.4 seconds
commit  9989602
info  🔄 Run: #17207 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  39.5 seconds
commit  bd4948c
info  🔄 Run: #17229 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  40.2 seconds
commit  bd4948c
info  🔄 Run: #17229 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  33.6 seconds
commit  bd4948c
info  🔄 Run: #17229 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  40.6 seconds
commit  bd4948c
info  🔄 Run: #17229 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  39.5 seconds
commit  df8807f
info  🔄 Run: #17230 (attempt 1)

Playwright Test Results (oss - depot-ubuntu-latest-arm-16)

passed  1 passed

Details

stats  1 test across 1 suite
duration  45 seconds
commit  df8807f
info  🔄 Run: #17230 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)

passed  2 passed

Details

stats  2 tests across 2 suites
duration  42.8 seconds
commit  df8807f
info  🔄 Run: #17230 (attempt 1)

Playwright Test Results (private-cloud - depot-ubuntu-latest-16)

passed  3 passed

Details

stats  3 tests across 3 suites
duration  37.7 seconds
commit  df8807f
info  🔄 Run: #17230 (attempt 1)

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 2, 2026

Visual Regression

19 screenshots compared. See report for details.
View full report

@khvn26
Copy link
Copy Markdown
Member

khvn26 commented Jun 3, 2026

shall we add an MCP scope here while we're at it? 👀

Comment thread renovate.json
@github-actions github-actions Bot added ci-cd Build, test and deployment related and removed ci-cd Build, test and deployment related labels Jun 3, 2026
@matthewelwell matthewelwell changed the title ci: Fix Renovate semantic commit scopes ci: Renovate semantic commit scopes Jun 3, 2026
@github-actions github-actions Bot added ci-cd Build, test and deployment related and removed ci-cd Build, test and deployment related labels Jun 3, 2026
@matthewelwell
Copy link
Copy Markdown
Contributor Author

@khvn26 went one further and also added Github Actions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-cd Build, test and deployment related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants