🚀 Feature: Add Dependabot's dependency bump format to the default --title #17
Labels
status: blocked
Waiting for something else to be resolved 🙅
type: feature
New enhancement or request 🚀
Bug Report Checklist
main
branch of the repository.Overview
Right now, the
title
option defaults to/^chore\(deps\): update .+ to/
. That's the format Renovate uses in my repos. Example: chore(deps): update dependency knip to v5.0.3.But, Dependabot is very common too.
title
should default to allowing that too. Example: Bump faraday from 2.7.11 to 2.8.1. So the format for that would be/Bump .+ from .+ to .+/
.Additional Info
For the sake of readability, I'd like to mark this blocked on #15. It'd be much easier to understand two simple regexes than one bigger one.
The text was updated successfully, but these errors were encountered: