跳至主要内容

查看 Dependabot 作业日志

为了支持 Dependabot 拉取请求的调试,GitHub 提供所有 Dependabot 作业的日志。

谁可以使用此功能?

拥有**写入**访问权限的用户

关于 Dependabot 作业日志

只有在为仓库启用了 Dependabot 版本更新时,作业日志才可用。

每当 Dependabot 作业运行时,作业的详细信息都会记录在作业日志列表中,该列表可从依赖关系图访问。

对于每个清单文件,作业日志都会记录 Dependabot 最近的运行情况,每个日志条目都会显示作业类型、作业 ID、时间戳,并在必要时显示与作业关联的拉取请求的链接。

您可能会发现日志条目包含简短的错误消息,这对于调试特定拉取请求或运行的问题非常有用。如果您需要进一步进行故障排除,可以点击**查看日志**以访问特定运行的完整日志文件。

您将在日志列表中看到以下作业类型

  • **版本更新** - 指的是 Dependabot 版本更新运行。
  • **安全更新** - 指的是 Dependabot 安全更新运行。
  • **变基更新** - 指的是 Dependabot 自动变基拉取请求以解决与目标分支冲突的运行。此更新可能适用于来自 Dependabot 版本更新作业或 Dependabot 安全更新作业的拉取请求。

查看 Dependabot 作业日志

Dependabot 作业日志列表可从仓库中的依赖关系图选项卡访问。

  1. 在 GitHub 上,导航到仓库的主页。

  2. 在您的仓库名称下,点击 Insights(洞察).

    Screenshot of the main page of a repository. In the horizontal navigation bar, a tab, labeled with a graph icon and "Insights," is outlined in dark orange.

  3. 在左侧边栏中,点击**依赖关系图**。

    Screenshot of the "Dependency graph" tab. The tab is highlighted with an orange outline.

  4. 在“依赖关系图”下,点击**Dependabot**。

  5. 在您感兴趣的清单文件名称的右侧,点击**最近的更新作业**。

  6. 或者,要查看特定作业的完整日志文件,请点击**查看日志**。

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