1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Files
docs/content/github/administering-a-repository/listing-dependencies-configured-for-version-updates.md
mc f0f6f88d5a 2776 - Update Dependabot feature names in docs to reflect brand guide (#16291)
* update Dependabot variables

* update variables in docs

* update file names, titles and linked text

* fixing more anchors/links

* add redirects

* remove duplicate redirect from
2020-11-03 15:45:49 +00:00

1.8 KiB

title, intro, versions
title intro versions
Listing dependencies configured for version updates You can view the dependencies that {% data variables.product.prodname_dependabot %} monitors for updates.
free-pro-team
*

{% data reusables.dependabot.beta-note %}

Viewing dependencies monitored by {% data variables.product.prodname_dependabot %}

After you've enabled version updates, you can confirm that your configuration is correct using the {% data variables.product.prodname_dependabot %} tab in the dependency graph for the repository. For more information, see "Enabling and disabling version updates."

{% 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. Optionally, to view the files monitored for a package manager, click the associated {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}. Monitored dependency files

If any dependencies are missing, check the log files for errors. If any package managers are missing, review the configuration file.

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. View log file
  2. Optionally, to rerun the version check, click Check for updates. Check for updates