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
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
// avoids these Renovate PRs from trickling in throughout the week
// (consolidating the review process)
"matchUpdateTypes": ["minor", "major"],
"excludePackageNames": [
// want OpenTelemetry package updates right away
'io.opentelemetry:**',
'io.opentelemetry.*:**',
],
"schedule": ["before 8am on Monday"]
},
{
Expand Down
Loading