Disable Renovate dashboard approval for all packages#384
Disable Renovate dashboard approval for all packages#384alcohol merged 1 commit intocomposer:mainfrom
Conversation
|
Cheers! Was this documented somewhere? Do you have a link to the docs maybe? |
|
It doesn't look like is enabled by default? Or maybe I misread; https://docs.renovatebot.com/key-concepts/dashboard/#dependency-dashboard-approval-workflow |
|
When I saw that too I thought it was disabled by default. Especially since we are extending
src: https://docs.renovatebot.com/key-concepts/dashboard/#require-approval-for-all-updates What made me realise this wasn't the case was from the mend debug log on their platform I saw things like
Which made me look into how to explicitly disable it, which lead to that PR. Is it just me or is configuring this tool to make it work as expected is quite painful? Especially if from reading the docs the reality of the behaviour doesn't match. |
It's definitely not just you 🫣 |
Saw the comment on #380 (comment) and looked into why this is happening.
Looks like its caused by the
dependencyDashboardApprovalflag being set to true by default causing this behaviour.Tried it on one of my repos and it did work https://github.com/inverse/cert-host-scraper
But I saw some rate limiting due to there being quite a few to create initially.