Run Renovate on GitHub Actions
このワークフローを実行ためには二つの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で使います。
- [read-only]
-
このワークフローを起動するためのApp
必要な権限:- [read and write]
repo: Contents
trigger-renovate.ymlで使います。
- [read and write]