action-dependabot-auto-merge
action-dependabot-auto-merge copied to clipboard
Fix version parsing when patch is missing
- update regex to parse version without patch part
- add version convertion to add fake
.0
as patch
My attempt to fix https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/36 issue. I couldn't run tests but checked my changes just separately and they work. Also, it's not the fix for 3-dots versions (as 1.2.3.4), only for 1-dot (as 2.0).
thank you, I'll take a look
@ahmadnassri bump! would love to have this