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 4985d89 commit d25882dCopy full SHA for d25882d
.github/renovate.json5
@@ -6,6 +6,7 @@
6
],
7
packageRules: [
8
{
9
+ // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
10
matchManagers: [
11
'github-actions',
12
@@ -15,6 +16,8 @@
15
16
groupName: 'github actions',
17
},
18
19
+ // pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement,
20
+ // and because opentelemetry-api is a compileOnly dependency
21
matchPackageNames: [
22
'io.opentelemetry:opentelemetry-api',
23
0 commit comments