-
Notifications
You must be signed in to change notification settings - Fork 29
Q: how to disable dependabot for a repository? #216
Comments
Hey @php-coder, Within the Dependabot dashboard there's a You can also uninstall it at the GitHub level by clicking through to Sorry to lose you! |
I'm embarrassed to say this, but I couldn't find the "Dependabot dashboard." It's been a while since I turned it on. Looks like it's here: https://app.dependabot.com (duh). |
Is there a way to disable it without deleting from the repo. I just want it to stop while we sort out bottlenecks in our CI. |
Agreed. A way to disable via yaml config would be great. Asking a minimally available repo owner to disable and then re-enable is something I'd prefer to avoid :) thx for considering! |
Steps to disable dependabot on all your repositories:
Direct link: https://github.com/settings/security#automated-security-fixes |
It's also under Repo settings -> Data services -> Security alerts |
I think that's a different thing, no? Security alerts being notifications about potential security problems and this feature being automated PRs to your repos. Very related features nonetheless. |
Yes, handling Dependabot is really confusing (let alone the dark pattern that it is opt-out, not opt-in since GitHub added it to all repos without explicit consent). The screen to disable it is not clear about whether:
I want 2, but definitively not 1. Personally I find Dependabot extremely invasive and disrespectful since it was rolled out all repositories without explicit consent. Now, this confusing ways to disable it. As a bot, Dependapot is incredible, a masterpiece in the tech world. As a product, a flagship UX disaster case IMHO. |
I don't even mind it being opt-in, because I think the bot has a potential of doing a lot of good and the breadth of its reach amplifies that, but I hate that the opt-out links (for this repository and for all my repositories both) are not in the PR description. I have dozens of single-commit repos where I have captured some code to refer to later but which I am definitely not maintaining in any sense of the word and security PRs for those only serve to bother me with email notifications, one of which resulted in ultimately turning the bot off completely. If dependabot was more decent, I\d let it run on my repos I actually care about and turn it off on a per-repo basis on those that I don't after the first PR to each of those. But as it stands, there is only the nuclear option and it hurts everyone. It's a lose-lose-lose situation (for the developer, for Dependabot and for the community at large) to have to resort to turning it off this way. |
I've decided to not use dependabot any more but I couldn't find in the UI how to turn it off for my repository?
Thanks!
The text was updated successfully, but these errors were encountered: