Dependabot issues #142245
-
Select Topic AreaQuestion BodyWe have been thinking of deploying dependabot for Version Updates for around 500 repo. With automation we can handle disseminating dependabot.yml but we need to go to GUI for each repo and then enable version updates, as this feature is not available on organization level.Niether there is an alternative in Github API. Is there any way out so my team doesn't have to take the pain of going to each repo and enable it ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Tools like Selenium or Puppeteer can automate browser actions. You could write a script that logs into GitHub and navigates to each repository to enable Dependabot. This is more of a workaround and might not be officially supported, but it can save time. |
Beta Was this translation helpful? Give feedback.
Tools like Selenium or Puppeteer can automate browser actions. You could write a script that logs into GitHub and navigates to each repository to enable Dependabot. This is more of a workaround and might not be officially supported, but it can save time.