Skip to content

ci: Fix Renovate semantic commit scopes#7691

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

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

Conversation

@matthewelwell
Copy link
Copy Markdown
Contributor

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": null globally so packages not matched by any rule produce deps: ... rather than falling back to deps(deps): ....

How did you test this code?

Verified via the self-hosted Renovate workflow on the ci/self-hosted-renovate branch — the pytest security PR was being created with deps(deps): before this fix.

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 Jun 2, 2026 6:32pm
flagsmith-frontend-preview Ignored Ignored Jun 2, 2026 6:32pm
flagsmith-frontend-staging Ignored Ignored Jun 2, 2026 6:32pm

Request Review

@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-e2e:pr-7691 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api-test: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)

@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

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.

2 participants