Question 104
### To enable Dependabot Alerts on all repositories in an organization you should:
> https://docs.github.com/en/code-security/dependabot/dependabot-alerts/configuring-dependabot-alerts#enabling-or-disabling-dependabot-alerts-for-all-existing-repositories
1. [x] Go to the organization's `Code security and analysis` settings and enable Dependabot Alerts for all repositories at once.
1. [ ] Make all repositories in the organization private.
1. [ ] On all repositories in the organization - run the `actions/enable-ghas` GitHub Action with `alerts` parameter set to `true`
1. [ ] Create a script that will enable Dependabot Alerts on all repositories in the organization.