Skip to content

Commit 273c374

Browse files
zeitlingertrask
andauthored
update contrib dependencies (#10714)
Co-authored-by: Trask Stalnaker <[email protected]>
1 parent a4b8494 commit 273c374

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json5

+12
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
// https://github.com/renovatebot/renovate/discussions/8399#discussioncomment-305798
1212
"separateMinorPatch": true,
1313
"packageRules": [
14+
{
15+
"matchPackageNames": [
16+
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator",
17+
"io.opentelemetry.proto:opentelemetry-proto",
18+
"io.opentelemetry.semconv:opentelemetry-semconv"
19+
],
20+
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
21+
// major.minor.patch, under the assumption that you would want to update to the stable version
22+
// of that release instead of the unstable version for a future release
23+
// (TODO remove once the artifacts above release stable versions)
24+
"ignoreUnstable": false
25+
},
1426
{
1527
"matchPackagePrefixes": ["ch.qos.logback:"],
1628
"groupName": "logback packages"

0 commit comments

Comments
 (0)