Open5
renovate 設定
renovate is
- Automated dependency updates. Multi-platform and multi-language.
- Get pull requests to update your dependencies and lock files
- Reduce noise by scheduling when Renovate creates PRs
- Renovate finds relevant package files automatically, including in monorepos
- You can customize the bot's behavior with configuration files
※ 参照:https://docs.renovatebot.com/
導入
- まずインストール
- Repository onboarding
- インストールされたら "Configure Renovate" Pull Request が生成される
- Start dependency updates only once this onboarding PR is merged
設定変更
- 下記の2つの方法があるが、PRのほうがよく使われる
- Reconfigure via PR
- Nuke the config and re-onboard
- Validate your config
npm i -g renovate
renovate-config-validator
Next Action
- 下記のリンク以降の内容を引き続き読む
- Project の設定と比較
- hands-on(下記の個人リポジトリで実施)