The initial idea is to introduce something like incrementPatchOnDependabot version incrementer that will go through all commits since the last tag and check their author:
- if there are only dependabot commits, increment patch
- if there is at least one human commit, increment minor
The initial idea is to introduce something like
incrementPatchOnDependabotversion incrementer that will go through all commits since the last tag and check their author: