We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e82c27 commit 47481eeCopy full SHA for 47481ee
.github/renovate.json5
@@ -24,6 +24,11 @@
24
// avoids these Renovate PRs from trickling in throughout the week
25
// (consolidating the review process)
26
"matchUpdateTypes": ["minor", "major"],
27
+ "excludePackageNames": [
28
+ // want OpenTelemetry package updates right away
29
+ 'io.opentelemetry:**',
30
+ 'io.opentelemetry.*:**',
31
+ ],
32
"schedule": ["before 8am on Monday"]
33
},
34
{
0 commit comments