Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@
"matchPackagePatterns": ["^github.com/DataDog/opentelemetry-mapping-go/"],
"enabled": false
},
{
"matchPaths": [
"exporter/datadogexporter/**",
"connector/datadogconnector/**",
"internal/datadog/**",
"pkg/datadog/**"
],
Comment on lines +107 to +112

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There are internal/datadog pkg/datadog too. I think you can just remove matchPaths and have it apply to the whole repo

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

There are a bunch of other modules that use the obfuscate package from Datadog. I am going to add those two

"matchPackagePatterns": ["^github.com/DataDog/datadog-agent"],
"enabled": false
},
{
"matchManagers": [
"gomod"
Expand Down