Skip to content

chore: validate Dependabot commits instead of skipping them - #22

Merged
robinbowes merged 3 commits into
mainfrom
chore/validate-dependabot-commits
Aug 11, 2026
Merged

chore: validate Dependabot commits instead of skipping them#22
robinbowes merged 3 commits into
mainfrom
chore/validate-dependabot-commits

chore(deps): pin the commit prefix for every Dependabot ecosystem

9aede2b
Select commit
Loading
Failed to load commit list.
yo61-lastlight / last-light/review succeeded Aug 11, 2026 in 1m 32s

Review approved

Re-review. Prior findings ledger: (1) exemption removed without CI running a commitlint that exempts URL lines — fixed in an earlier push (33ab896), verified again here: .github/workflows/ci.yaml pins yo61/commitlint-github-action@501ff7b… (v6.3.0, digest-pinned), which carries @commitlint/ensure ^21.2.0. (2) prefix pin covered only the pre-commit ecosystem, leaving uv and github-actions on auto-detection — fixed by this commit: both blocks now carry commit-message: {prefix: chore, include: scope}, matching the pre-commit block and this repo's own historical Dependabot subject style (chore(deps): bump …). All three Dependabot ecosystems now produce a pinned, commitlint-conformant subject, and the exemption removal in commitlint.config.mjs no longer relies on auto-detection anywhere. No new findings.