Skip to content

Commit d25882d

Browse files
committed
bring back comments
1 parent 4985d89 commit d25882d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
packageRules: [
88
{
9+
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
910
matchManagers: [
1011
'github-actions',
1112
],
@@ -15,6 +16,8 @@
1516
groupName: 'github actions',
1617
},
1718
{
19+
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement,
20+
// and because opentelemetry-api is a compileOnly dependency
1821
matchPackageNames: [
1922
'io.opentelemetry:opentelemetry-api',
2023
],

0 commit comments

Comments
 (0)