-
Notifications
You must be signed in to change notification settings - Fork 7
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: filtering out dependabot #31
Comments
That's an interesting idea. How would we do this? Maybe by adding a flag to specify bot users to ignore? |
There could be a flag In the first implementation, we could add just I imagined that we could detect dependabot by looking for the string |
I wouldn't want to maintain a list of bots in this project. One could have a private custom bot in use that shouldn't be listed in an open source project. Maybe we can come up with something a little more generic and simple. How about a simple string grep and ignore on match? E.g. |
If we can add multiple of these, then that would solve the problem for me 👍 |
Passing the same flag multiple times makes it an array. Something like |
When creating new releases for the Sinon projects, I spend time on cutting out things like this from the changelog:
I would love it, if there was a flag for
changes
that would detect and filter these out automatically.If you think this would be useful in
changes
, I'll make a PR for it.The text was updated successfully, but these errors were encountered: