Dependabot version updates for forks (#32271)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Jules 2022-11-07 18:50:37 +01:00 коммит произвёл GitHub
Родитель 1e2487e7b9
Коммит fff651b887
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 17 добавлений и 0 удалений

Двоичные данные
assets/images/help/dependabot/dependabot-version-update-forks.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 17 KiB

Просмотреть файл

@ -92,12 +92,24 @@ If you want to enable version updates on forks, there's an extra step. Version u
On a fork, you also need to explicitly enable {% data variables.product.prodname_dependabot %}.
{% ifversion dependabot-version-updates-for-forks %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
{% data reusables.repositories.navigate-to-code-security-and-analysis %}
1. Under "Code security and analysis", to the right of "{% data variables.product.prodname_dependabot_version_updates %}", click **Enable** to allow {% data variables.product.prodname_dependabot %} to initiate version updates.
![Screenshot of {% data variables.product.prodname_dependabot_version_updates %} setting for a forked repository](/assets/images/help/dependabot/dependabot-version-update-forks.png)
{% else %}
{% data reusables.repositories.navigate-to-repo %}
{% 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**.
{% endif %}
## Checking the status of version updates
After you enable version updates, the **Dependabot** tab in the dependency graph for the repository is populated. This tab shows which package managers {% data variables.product.prodname_dependabot %} is configured to monitor and when {% data variables.product.prodname_dependabot %} last checked for new versions.

Просмотреть файл

@ -0,0 +1,5 @@
versions:
fpt: '*'
ghec: '*'
ghes: '>=3.8'
ghae: '>=3.8'