Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Feature: Add Dependabot's dependency bump format to the default --title #17

Open
2 tasks done
JoshuaKGoldberg opened this issue Mar 7, 2024 · 0 comments
Open
2 tasks done
Labels
status: blocked Waiting for something else to be resolved 🙅 type: feature New enhancement or request 🚀

Comments

@JoshuaKGoldberg
Copy link
Owner

Bug Report Checklist

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.

@JoshuaKGoldberg JoshuaKGoldberg added type: feature New enhancement or request 🚀 status: blocked Waiting for something else to be resolved 🙅 labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: blocked Waiting for something else to be resolved 🙅 type: feature New enhancement or request 🚀
Projects
None yet
Development

No branches or pull requests

1 participant