Skip to main content

Viewing Dependabot job logs

To support debugging of Dependabot pull requests, GitHub Enterprise Cloud provides logs of all Dependabot jobs.

누가 이 기능을 사용할 수 있나요?

쓰기 권한이 있는 사용자

About Dependabot job logs

Job logs are only available if Dependabot version updates are enabled for the repository.

Whenever a Dependabot job runs, the details of the job are captured in the job logs list, which is accessible from the dependency graph.

For each manifest file, the job logs record the most recent runs of Dependabot, with each log entry displaying the job type, job ID, timestamp, and, where necessary, a link to the pull request(s) associated with the job.

You may find that the log entry contains a short error message, which can be useful for debugging issues with a particular pull request or run. If you need to troubleshoot further, you can click view logs to access the full log files for a specific run.

You will see the following job types recorded in the log list:

  • Version update - refers to a Dependabot version updates run.
  • Security update - refers to a Dependabot security updates run.
  • Rebase update - refers to a run where Dependabot has automatically rebased the pull request to resolve a conflict with the target branch. This update could apply to a pull request from a Dependabot version updates job, or a Dependabot security updates job.

Viewing Dependabot job logs

The Dependabot job logs list is accessible from the dependency graph tab in your repository.

  1. GitHub에서 리포지토리의 기본 페이지로 이동합니다.

  2. 리포지토리 이름 아래에서 인사이트를 클릭합니다.

    리포지토리의 기본 페이지 스크린샷. 수평 탐색 모음에서 그래프 아이콘과 "인사이트" 레이블이 있는 탭이 진한 주황색으로 표시됩니다.

  3. 왼쪽 사이드바에서 종속성 그래프를 클릭합니다.

    "종속성 그래프" 탭의 스크린샷. 탭이 주황색 윤곽선으로 강조 표시됩니다.

  4. “종속성 그래프”에서 Dependabot 을 클릭합니다.

  5. To the right of the name of manifest file that you're interested in, click Recent update jobs.

  6. Optionally, to see the full logs files for a particular job, 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.