Skip to content

Keep test dependencies on compatible major versions - #24

Merged
Kralizek merged 2 commits into
masterfrom
fix/dependabot-test-framework-majors
Aug 27, 2026
Merged

Keep test dependencies on compatible major versions#24
Kralizek merged 2 commits into
masterfrom
fix/dependabot-test-framework-majors

Conversation

@Kralizek

Copy link
Copy Markdown
Owner

Dependabot currently groups all NuGet updates together, which lets it propose major-version jumps in the test stack that are not mutually compatible with AutoFixture 4.

This keeps the currently used major versions for:

  • NUnit and NUnit3TestAdapter
  • AutoFixture and its companion packages
  • Moq

OCP uses Moq rather than FakeItEasy, so the rule targets the mocking library actually used by this repository.

After this is merged, Dependabot should reconcile the existing grouped update PR and open a replacement containing only compatible updates.

@Kralizek
Kralizek merged commit c0dd010 into master Aug 27, 2026
2 checks passed
@Kralizek
Kralizek deleted the fix/dependabot-test-framework-majors branch August 27, 2026 07:28
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.

1 participant