java8 の junit-jupiter の major を Dependabot の対象外にする - #28
Merged
Conversation
JUnit 6 は Java 17 以上を要求するため、java8 では 5.x から上げられない。 実際に #15 で Java 8 のビルドが失敗しているため、毎週 PR が作られ続けないよう ignore に追加する。java17 側は 6.x へ上げ済み (#14) なので対象外。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0163pSJYyqmQcJhji7qc69Nm Signed-off-by: krrrr38 <k.kaizu38@gmail.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.
JUnit 6 は Java 17 以上を要求するため、java8 では 5.x から上げられない。実際に #15 で
Java 8 / Buildが失敗している。放置すると毎週同じ PR が作られ続けるため、
dependabot.ymlの java8 側に major のignoreを追加する。PR 上で
@dependabot ignore this major versionとコメントする方法もあるが、設定ファイルに残らず理由が追えなくなるため設定で対応する。java17 側は #14 で 6.1.3 へ上げ済みなので対象外。
このマージ後に #15 を close する。