renovate: Dependency Dashboard を無効化#13
Merged
Merged
Conversation
version 更新を無効化し lockFileMaintenance のみの構成では、保留中更新の一覧や 手動トリガといった Dashboard の主用途がほぼ無く、更新は差分があれば PR として 自動で出る。常時 open の自動 issue を増やさないため無効化する。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ユーザー指示の要点
Renovate が定期実行される構成では Dependency Dashboard は不要、との判断。
変更の概要
renovate.jsonに"dependencyDashboard": falseを追加。背景
version 更新は無効化済みで lockFileMaintenance のみ。Dashboard の主用途(保留中更新の可視化・手動トリガ・承認待ち一覧)がほぼ空で、更新は差分があれば PR として自動で出るため、常時 open の自動 issue を増やす意義が薄い。
留意点
検証方法
🤖 Generated with Claude Code