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 c2beac7 commit 48b2956Copy full SHA for 48b2956
.github/renovate.json5
@@ -13,32 +13,6 @@
13
'dependencies',
14
],
15
packageRules: [
16
- {
17
- // reduces the number of Renovate PRs
18
- // (patch updates are typically non-breaking)
19
- groupName: 'all patch versions',
20
- matchUpdateTypes: [
21
- 'patch',
22
- ],
23
- schedule: [
24
- 'before 8am every weekday',
25
26
- },
27
28
- // avoids these Renovate PRs from trickling in throughout the week
29
- // (consolidating the review process)
30
31
- 'minor',
32
- 'major',
33
34
35
- 'before 8am on Monday',
36
37
- matchPackageNames: [
38
- '!io.opentelemetry:**',
39
- '!io.opentelemetry.*:**',
40
41
42
{
43
matchPackageNames: [
44
'io.opentelemetry:**',
0 commit comments