Skip to content

Ignore JUnit major version updates in Dependabot#101

Merged
jonashoef merged 1 commit intomasterfrom
disable-dependabot-junit6-updates
Mar 15, 2026
Merged

Ignore JUnit major version updates in Dependabot#101
jonashoef merged 1 commit intomasterfrom
disable-dependabot-junit6-updates

Conversation

@tngwoerleij
Copy link
Contributor

Block semver-major updates for org.junit* to prevent Dependabot from proposing a JUnit 6 upgrade, preserving JUnit 5 compatibility.

Block semver-major updates for org.junit* to prevent Dependabot
from proposing a JUnit 6 upgrade, preserving JUnit 5 compatibility.

Signed-off-by: Jonas Woerlein <jonas.woerlein@tngtech.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts Dependabot’s Gradle update configuration to prevent semver-major upgrades of JUnit artifacts (e.g., avoiding an unintended JUnit 6 proposal) while keeping routine updates flowing for the JUnit 5 dependency set.

Changes:

  • Add a Dependabot ignore rule for org.junit* dependencies to block version-update:semver-major updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@tngwoerleij tngwoerleij marked this pull request as ready for review March 13, 2026 08:24
@jonashoef jonashoef merged commit af642c6 into master Mar 15, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants