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?

renovateのローカル実行コマンド

Posted at

コマンド

LOG_LEVEL=debug npx renovate --platform=local

renovateのwebアプリ上からではなぜかinfoとdebugしか見れなかったが、この方法だとLOG_LEVEL=warnやLOG_LEVEL=errorが使える

WARN: GitHub token is required for some dependencies (repository=local)
       "githubDeps": [...]

このwarnは、環境変数GITHUB_COM_TOKENにGithubトークンを渡してやるとOK
Fine-grained personal access tokensでRepository accessをPublic repositoriesに設定するとgithubDepsがpublicだけなら動作するよう。Permissionsは設定しなかった。

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?