🎨 Renovate: gitmoji prefixes on update PRs (⬆️ · 📌 · 🔒️) #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/renovate-gitmoji"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Gitmoji prefixes on Renovate PRs
Follow-up to #13. Prefixes Renovate's PR titles / commit messages with gitmoji so they match this repo's commit style when merged:
⬆️for dependency updates (default)📌for pins (pin/pinDigest)🔒️for security updates (vulnerabilityAlerts)semanticCommits: "disabled"+commitMessageLowerCase: "never"keep the message as⬆️ Update dependency … to …(capitalised, nochore(deps):prefix).Validated with
renovate-config-validator --strict→ Config validated successfully.Note: the
🔒️prefix relies on Renovate flagging OSV-detected updates as vulnerability alerts; worst case a security PR falls back to⬆️(harmless).