How to turn off dependabot PRs but still get alerts? #20354
-
The control of this feature is incredibly confusing, at least to me. Reading the documentation, I would expect that alerting could be turned on quite simply but that I would then have to create a YAML file to configure automatic patching PRs. But somehow the converse is true. I have never turned on anything to do with PRs yet they get submitted constantly for one of my repos, even though I have toggled them off in the UI. How is this meant to work? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Try to use the main |
Beta Was this translation helpful? Give feedback.
-
Adding that, you can always customize how dependencies are maintained: check out https://www.youtube.com/watch?v=Qcq0WfXz-aM&list=PL0lo9MOBetEG2cjOxhvHNVS4NUYiZPm6z |
Beta Was this translation helpful? Give feedback.
-
Thank for your responses, but honestly this is way too hard. I don't want to have to create and maintain a yaml for Github to not make unwarranted PRs against my codebases. I don't want to go searching outside my repo for ways to make the dependency-checking configuration in the repo work in an expected way. I've turned everything to do with dependency checking from Github off for all my repos wherever I can find it and will rely on outside tooling from now on. |
Beta Was this translation helpful? Give feedback.
Try to use the main
settings
page under you profile - withDisable All
(and make sure the checkbox is off)