Apply suggestions from code review
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ You enable {% data variables.product.prodname_dependabot_version_updates %} by c
|
|||||||
## Enabling {% data variables.product.prodname_dependabot_version_updates %}
|
## Enabling {% data variables.product.prodname_dependabot_version_updates %}
|
||||||
|
|
||||||
You enable {% data variables.product.prodname_dependabot_version_updates %} by commiting a *dependabot.yml* configuration file to your repository.
|
You enable {% data variables.product.prodname_dependabot_version_updates %} by commiting a *dependabot.yml* configuration file to your repository.
|
||||||
{% if dependabot-settings-update-37 %}If you enable the feature in your settings page, GitHub creates a basic file for you to expand, otherwise you can create the file using any file editor.
|
{% if dependabot-settings-update-37 %}If you enable the feature in your settings page, GitHub creates a basic file which you can edit, otherwise you can create the file using any file editor.
|
||||||
|
|
||||||
{% data reusables.repositories.navigate-to-repo %}
|
{% data reusables.repositories.navigate-to-repo %}
|
||||||
{% data reusables.repositories.sidebar-settings %}
|
{% data reusables.repositories.sidebar-settings %}
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ For more information, see "[About {% data variables.product.prodname_dependabot_
|
|||||||
You can enable {% data variables.product.prodname_dependabot %} to automatically raise pull requests to keep your dependencies up-to-date. For more information, see "[About {% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates)."
|
You can enable {% data variables.product.prodname_dependabot %} to automatically raise pull requests to keep your dependencies up-to-date. For more information, see "[About {% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates)."
|
||||||
|
|
||||||
{% if dependabot-settings-update-37 %}
|
{% if dependabot-settings-update-37 %}
|
||||||
1. From the main page of your repository, click **{% octicon "gear" aria-label="The Settings gear" %}Settings**.
|
1. From the main page of your repository, click **{% octicon "gear" aria-label="The Settings gear" %} Settings**.
|
||||||
2. Click **Security & analysis**.
|
2. Click **Security & analysis**.
|
||||||
3. Next to {% data variables.product.prodname_dependabot_version_updates %}, click **Enable** to create a basic *dependabot.yml* configuration file.
|
3. Next to {% data variables.product.prodname_dependabot_version_updates %}, click **Enable** to create a basic *dependabot.yml* configuration file.
|
||||||
4. Specify the dependencies to update and commit the file to the repository. For more information, see "[Configuring Dependabot version updates](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates)."
|
4. Specify the dependencies to update and commit the file to the repository. For more information, see "[Configuring Dependabot version updates](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates)."
|
||||||
|
|||||||
Reference in New Issue
Block a user