When svu considers commits that will contribute to the next version, it would be nice to be able to tell svu to only look at a certain set of commit scopes, e.g. .svu.yaml: ```.svu.yaml scopes: - bla1 - bla2 ``` git history: ``` fix: example 1 fix(ex): example 2 fix(bla1): example 3 fix(bla2): example 4 ``` Given the history above, only example 3 and example 4 will contribute to the version bump calculation. Related issues: 1. https://github.com/caarlos0/svu/issues/177