Closed fclairamb closed 3 years ago
Add separateMinorPatch=true to your config
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs. If this question is not done (either you plan to update it or are waiting on someone to respond) then please add a comment here to bump it and/or get the other person's attention. We aim to do our best to solve every problem. This bot is here to help us clean up issues which are no longer of use to the original poster, and not to close anything prematurely, so bump as you need!
WhiteSource Renovate App
Which platform are you using?
GitHub.com
Have you checked the logs? Don't forget to include them if relevant
Yes you can find them here: https://app.renovatebot.com/dashboard#github/habx/ui-table/259137788
What would you like to do?
I'd like to automatically merge all patch
dependencies
(except one). It works fine on other repositories but not on this one and I don't get why:The following config defines contains this
packageRule
:But then for this PR I will get the following PR status:
And the logs show something even stranger:
Which I suspect is the source of the issue because it shows
"updateType": "minor"
when it seems it should set topatch
.Can you help me figure this out?