Question 109
### To enable Dependabot security updates on all repositories in an organization you should:
> https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-a-feature-for-all-existing-repositories
1. [x] Go to the organization's `Code security and analysis` settings and enable Dependabot Security Updates for all repositories at once.
1. [ ] Make all repositories in the organization private.
1. [ ] Run the `actions/enable-ghas` GitHub Action with `security-updates` parameter set to `true` on all repositories in the organization.
1. [ ] Create a script that will enable Dependabot Security Updates on all repositories in the organization.