Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 2.83 KB

listing-dependencies-configured-for-version-updates.md

File metadata and controls

54 lines (39 loc) · 2.83 KB
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
*
*
*
how_to
Repositories
Dependabot
Version updates
Dependencies
List configured dependencies

{% 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 "AUTOTITLE."

{% 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, to the right of the package manager, click {% octicon "kebab-horizontal" aria-label="Show monitored" %}.

    Screenshot of the {% data variables.product.prodname_dependabot %} tab under "Insights". A dropdown menu, labeled with a kebab icon, is highlighted with an orange outline.

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

{% ifversion dependabot-job-log %}

{% data reusables.dependabot.dependabot-jobs-log-access %}

To view the full logs files for a particular job, to the right of the log entry you are interested in, click view logs.

Screenshot of a Dependabot job log entry for the Gemfile package manager. A button, called "View logs", is highlighted in a dark orange outline.

For more information, see "AUTOTITLE."

{% else %}

  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.

{% endif %}