Fix ordered lists to only use 1. (#38283)
Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
@@ -109,7 +109,7 @@ On a fork, you also need to explicitly enable {% data variables.product.prodname
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
{% data reusables.repositories.click-dependency-graph %}
|
||||
{% data reusables.dependabot.click-dependabot-tab %}
|
||||
5. Under "Enable Dependabot", click **Enable Dependabot**.
|
||||
1. Under "Enable Dependabot", click **Enable Dependabot**.
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -38,4 +38,4 @@ If any dependencies are missing, check the log files for errors. If any package
|
||||
## Viewing {% data variables.product.prodname_dependabot %} log files
|
||||
|
||||
1. On the **{% data variables.product.prodname_dependabot %}** tab, click **Last checked _TIME_ ago** to see the log file that {% data variables.product.prodname_dependabot %} generated during the last check for version updates.
|
||||
2. Optionally, to rerun the version check, click **Check for updates**.
|
||||
1. Optionally, to rerun the version check, click **Check for updates**.
|
||||
|
||||
Reference in New Issue
Block a user