allegro/axion-release-plugin

Introduce dependabot version incrementer

Open

#932 opened on Jul 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Groovy (161 forks)batch import
enhancementgood-first-issuehacktoberfest

Repository metrics

Stars
 (628 stars)
PR merge metrics
 (Avg merge 2d 7h) (8 merged PRs in 30d)

Description

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

Contributor guide