Unable to disable dependabot pull requests on private repository #75560
-
Select Topic AreaBug ContextI have a repository where I used to have dependabot set up through I have recently disabled all settings in the "Code security and analysis" settings and removed the ProblemI keep getting weekly dependabot pull requests even though I have:
Edit for clarification: I have performed these actions around two full months ago and the issue still lingers. Expected behaviourI expect dependabot to be disabled after the actions I have taken. Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
It seems that there might be a delay in the propagation of the changes you've made to disable Dependabot. The process of updating the configuration and removing the scheduled Dependabot tasks can sometimes take a few hours to complete. To ensure that Dependabot is fully disabled, you can manually trigger a check for updates from the dependency graph. This will force Dependabot to evaluate the current configuration and ensure that it is not scheduled to run any further updates. Here are the steps on how to manually trigger a check for updates from the dependency graph: Go to your repository on GitHub. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @MvWouden, I'm the product manager for Dependabot at GitHub. Can you tell me what repo this is and I can check its status in the backend? |
Beta Was this translation helpful? Give feedback.
For some reason, Dependabot hadn't picked up on the deletion of your dependabot.yml and thought that it was still active. I have resynced Dependabot on your repo pyside6-playground and it now sees that it was deleted. You should not receive any more PRs from Dependabot. If you do end up seeing more PRs, let me know!