Skip to content

Disable renovate updates for mock server#2956

Merged
laurit merged 1 commit into
open-telemetry:mainfrom
laurit:removate-mock-server
Jul 1, 2026
Merged

Disable renovate updates for mock server#2956
laurit merged 1 commit into
open-telemetry:mainfrom
laurit:removate-mock-server

Conversation

@laurit

@laurit laurit commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@laurit laurit requested a review from a team as a code owner July 1, 2026 12:12
Copilot AI review requested due to automatic review settings July 1, 2026 12:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Renovate configuration to prevent MockServer upgrades that would exceed this repo’s supported Java baseline.

Changes:

  • Added a Renovate packageRules entry that disables MockServer major updates (org.mock-server:**) due to Java 11+ requirement starting with v6.

Comment thread .github/renovate.json5
Comment on lines +258 to +265
// mockserver 6+ requires Java 11+
matchUpdateTypes: [
'major',
],
enabled: false,
matchPackageNames: [
'org.mock-server:**'
],
@laurit laurit added this pull request to the merge queue Jul 1, 2026
Merged via the queue into open-telemetry:main with commit a50f47b Jul 1, 2026
24 checks passed
@laurit laurit deleted the removate-mock-server branch July 1, 2026 12:53
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