Skip to content

Commit 43dd16f

Browse files
Close #2625 by updating method to enable Dependabot security updates (#2662)
* Update method to enable dependabot security update * Small changes for clarification/consistency * Update content/github/managing-security-vulnerabilities/configuring-dependabot-security-updates.md Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 0769171 commit 43dd16f

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

66.6 KB
Loading
Binary file not shown.

content/github/managing-security-vulnerabilities/configuring-dependabot-security-updates.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,19 @@ If security updates are not enabled for your repository and you don't know why,
4242

4343
### Managing {% data variables.product.prodname_dependabot_security_updates %} for your repositories
4444

45-
You can enable or disable {% data variables.product.prodname_dependabot_security_updates %} for an individual repository.
45+
You can enable or disable {% data variables.product.prodname_dependabot_security_updates %} for an individual repository (see below).
4646

4747
You can also enable or disable {% data variables.product.prodname_dependabot_security_updates %} for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
4848

4949
{% data variables.product.prodname_dependabot_security_updates %} require specific repository settings. For more information, see "[Supported repositories](#supported-repositories)."
5050

51+
#### Enabling or disabling {% data variables.product.prodname_dependabot_security_updates %} for an individual repository
52+
5153
{% data reusables.repositories.navigate-to-repo %}
52-
{% data reusables.repositories.sidebar-security %}
53-
{% data reusables.repositories.sidebar-dependabot-alerts %}
54-
1. Above the list of alerts, use the drop-down menu and select or unselect **{% data variables.product.prodname_dependabot %} security updates**.
55-
![Drop-down menu with the option to enable {% data variables.product.prodname_dependabot_security_updates %}](/assets/images/help/repository/enable-dependabot-security-updates-drop-down.png)
54+
{% data reusables.repositories.sidebar-settings %}
55+
{% data reusables.repositories.navigate-to-security-and-analysis %}
56+
1. Under "Configure security and analysis features", to the right of "{% data variables.product.prodname_dependabot %} security updates", click **Enable** or **Disable**.
57+
!["Configure security and analysis features" section with button to enable {% data variables.product.prodname_dependabot_security_updates %}](/assets/images/help/repository/enable-dependabot-security-updates-button.png)
5658

5759
### Further reading
5860

0 commit comments

Comments
 (0)