Skip to content

Commit 71eba42

Browse files
committed
Group updates to opentelemetry together
This might not be the exact pattern we need - we can iterate on it easily. The Rust opentelemetry ecosystem has tight coupling across versions between releases, so it is unlikely for single-dependency upgrades to work.
1 parent 6242769 commit 71eba42

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,15 @@
1616
"fileMatch": [
1717
"^ci\\/.*/[^/]+\\.ya?ml$"
1818
]
19+
},
20+
{
21+
"packageRules": [
22+
{
23+
"matchPackagePatterns": [
24+
"opentelemetry"
25+
],
26+
"groupName": "opentelemetry"
27+
}
28+
]
1929
}
2030
}

0 commit comments

Comments
 (0)