I like to use gitmoji on personal projects, so ideally if my commit message is ":sparkles: feat: something" or ":bento: feat: something" it would still be picked up as a minor version bump.
Maybe instead of a strict "starts with", you could do a regex for feat:|feature: instead.
(If interested I can put up a PR.)