Currently dependabot will bump GitHub actions to whatever the latest vX.Y.Z tag is. However, actions also usually have a vX tag that points to the latest X.Y.Z (and gets updated). I'd like to be able to select the bumping behavior and prefer vX tags.
Example PR that was opened with full version and then manually changed to v2: theforeman/releasetool#19
Currently dependabot will bump GitHub actions to whatever the latest
vX.Y.Ztag is. However, actions also usually have avXtag that points to the latest X.Y.Z (and gets updated). I'd like to be able to select the bumping behavior and prefervXtags.Example PR that was opened with full version and then manually changed to
v2: theforeman/releasetool#19