[chore][exporter/datadog,connector/datadog] Disable Datadog/datadog-agent modules updates on the Datadog exporter and Datadog connector#46107
Merged
mx-psi merged 2 commits intoFeb 17, 2026
Conversation
…gent modules updates on the Datadog exporter and Datadog connector
songy23
reviewed
Feb 16, 2026
Comment on lines
+107
to
+110
| "matchPaths": [ | ||
| "exporter/datadogexporter/**", | ||
| "connector/datadogconnector/**" | ||
| ], |
Member
There was a problem hiding this comment.
There are internal/datadog pkg/datadog too. I think you can just remove matchPaths and have it apply to the whole repo
Member
Author
There was a problem hiding this comment.
There are a bunch of other modules that use the obfuscate package from Datadog. I am going to add those two
axw
approved these changes
Feb 17, 2026
geekdave
pushed a commit
to oso-team/opentelemetry-collector-contrib
that referenced
this pull request
Feb 20, 2026
…gent modules updates on the Datadog exporter and Datadog connector (open-telemetry#46107) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Adds rule for disabling automatic DataDog/datadog-agent module dependency updates on the Datadog exporter, Datadog connector and all nested modules. Going further, we want to handle these updates manually on an ad hoc basis See https://docs.mend.io/wsk/renovate-package-rules-guide#How-Package-Rules-Work for reference.
songy23
pushed a commit
that referenced
this pull request
Feb 25, 2026
…46419) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> Disables updates for deprecated component 'datadogsemantics' processor. Follows #46107, #46311 and #46052
antonio-mazzini
pushed a commit
to antonio-mazzini/opentelemetry-collector-contrib
that referenced
this pull request
Mar 5, 2026
…pen-telemetry#46419) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> Disables updates for deprecated component 'datadogsemantics' processor. Follows open-telemetry#46107, open-telemetry#46311 and open-telemetry#46052
avleentwilio
pushed a commit
to avleentwilio/opentelemetry-collector-contrib
that referenced
this pull request
Apr 1, 2026
…pen-telemetry#46419) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> Disables updates for deprecated component 'datadogsemantics' processor. Follows open-telemetry#46107, open-telemetry#46311 and open-telemetry#46052
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.
Description
Adds rule for disabling automatic DataDog/datadog-agent module dependency updates on the Datadog exporter, Datadog connector and all nested modules.
Going further, we want to handle these updates manually on an ad hoc basis
See https://docs.mend.io/wsk/renovate-package-rules-guide#How-Package-Rules-Work for reference.