0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitHub上でDependabotを手動実行する方法

Posted at

Dependabotは定期的に依存関係の更新をチェックしてPRを作成してくれますが、設定変更後やすぐに更新を確認したい場合など、手動で実行したいことがある。

手動実行の手順

  1. GitHubリポジトリのページを開く
  2. 「Insights」タブをクリック
  3. 左サイドバーの「Dependency graph」をクリック
  4. 「Dependabot」タブをクリック
  5. 実行したいエコシステム(npm, pip, bundlerなど)の「Last checked」の横にある「Check for updates」ボタンをクリック

手順1

手順2

実行されたかどうかは、Actions からDependabot Updatesのワークフロー履歴で確認できる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?