Skip to content

chore: configure dependency commit semantics - #118

Merged
hadrien merged 1 commit into
mainfrom
chore/dependabot-prefixes
Aug 2, 2026
Merged

chore: configure dependency commit semantics#118
hadrien merged 1 commit into
mainfrom
chore/dependabot-prefixes

Conversation

@hadrien

@hadrien hadrien commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Problem

  • Dependency maintenance uses fix, conflating updates with application bug fixes.
  • Development and GitHub Actions updates unnecessarily trigger package releases.

Solution

  • Use build(deps) for uv production updates.
  • Use chore(deps-dev) for uv development updates.
  • Use ci(deps) for GitHub Actions updates.
  • Map build commits to patch releases in Python Semantic Release.

fs-7xu

@hadrien
hadrien enabled auto-merge (squash) August 2, 2026 12:20
@hadrien
hadrien merged commit 433305e into main Aug 2, 2026
5 checks passed
@hadrien
hadrien deleted the chore/dependabot-prefixes branch August 2, 2026 12:20
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.36%. Comparing base (9eebdfd) to head (3ce739b).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   97.36%   97.36%           
=======================================
  Files           1        1           
  Lines         114      114           
  Branches        2        2           
=======================================
  Hits          111      111           
  Misses          3        3           
Flag Coverage Δ
fastapi-post121 97.36% <ø> (ø)
fastapi-pre121 97.36% <ø> (ø)
sqlmodel 97.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant