317 文字
2 分
Renovate - On demand config migration
Dependency Dashboard から Config の移行をする
Renovate の Dependency Dashboard に次のような表示がされるようになった。 チェックボックスを選択することで、自動的に Config Migration PR が作成される。
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
この変更は、次の PR で行われた。
configMigration オプション
今までも configMigration を有効化することで、Config Migration PR を作成することができた。
https://docs.renovatebot.com/configuration-options/#configmigration
これをデフォルトで有効化するという issue が立てられている。
https://github.com/renovatebot/renovate/issues/16359
この issue を切っ掛けとして、今回の機能が追加されている。
I think we should first try to get more use of this feature by prompting people in the dependency dashboard that to open the migration PR “on demand”: #19783
直近で大きな変更があった訳ではない
以前から Renovate の config には細かな変更が度々入っているが、多くの場合は後方互換性を保っているため、特に問題なく利用できている。
今回の変更は、ドキュメントとの一致や変更の周知を目的としており、直近で大きな変更が入ったり、廃止予定のオプションがあるわけではない。
Renovate - On demand config migration
https://blog.ohirunewani.com/posts/renovate-on-demand-config-migration/