質問 109
### 組織内のすべてのリポジトリでDependabot Security Updatesを有効にするにはどうすればよいですか?
> 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] 組織の「Code security and analysis」設定に行き、すべてのリポジトリで一括してDependabot Security Updatesを有効にする。
1. [ ] 組織内のすべてのリポジトリを非公開にする。
1. [ ] 組織内のすべてのリポジトリで `actions/enable-ghas` GitHub Actionを、`security-updates`パラメーターを`true`に設定して実行する。
1. [ ] 組織内のすべてのリポジトリでDependabot Security Updatesを有効にするスクリプトを作成する。