Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 896 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 896 Bytes

Renovate workflow

Run Renovate on GitHub Actions

Usage

see trigger-renovate.yml

実行するために必要なもの

このワークフローを実行ためには二つのGitHub Appsが必要です。 (同じAppを使っていても動きますが、権限制限の観点から別にしたほうがよいでしょう。)

  • Renovate実行用App
    必要な権限:

    • [read-only]
      repo: Administration, Dependabot alerts, Metadata, Packages
      org: Members
    • [read and write]
      repo: Checks, Commit statuses, Contents, Issues, Pull requests, Workflows

    renovate.ymlで使います。

  • このワークフローを起動するためのApp
    必要な権限:

    • [read and write]
      repo: Contents

    trigger-renovate.ymlで使います。