Skip to content

Commit f494280

Browse files
authored
Add missing parenthesis (#1176)
1 parent 4a0e0c5 commit f494280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
// Renovate's default behavior is only to update from unstable -> unstable if it's for the
1212
// major.minor.patch, under the assumption that you would want to update to the stable version
13-
// of that release instead of the unstable version for a future release (but there's never any
14-
// stable version of opentelemetry-instrumentation-bom-alpha so this logic doesn't apply
13+
// of that release instead of the unstable version for a future release
14+
// (but there's never any stable version of these artifacts so this logic doesn't apply)
1515
"ignoreUnstable": false
1616
},
1717
{

0 commit comments

Comments
 (0)