1
0
mirror of synced 2026-01-03 15:05:54 -05:00
Files
docs/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md
mc 7b405ec6b1 Supply chain restructuring (#26105)
* reorganize supply chain docs
2022-03-17 17:31:04 +00:00

2.4 KiB

title, intro, redirect_from, versions, type, topics, shortTitle
title intro redirect_from versions type topics shortTitle
Listing dependencies configured for version updates You can view the dependencies that {% data variables.product.prodname_dependabot %} monitors for updates.
/github/administering-a-repository/listing-dependencies-configured-for-version-updates
/code-security/supply-chain-security/listing-dependencies-configured-for-version-updates
/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates
fpt ghec ghes
* * >3.2
how_to
Repositories
Dependabot
Version updates
Dependencies
List configured dependencies

{% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %}

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 "Configuring {% data variables.product.prodname_dependabot %} 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 %}

  1. 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