Skip to content

Commit

Permalink
[chore] Remove the renovate update for otel go (#6436)
Browse files Browse the repository at this point in the history
This prevents the creation of otel go update PR from `renovate`, like
this #6434, as we would manually create an individual release PR to do
the update, like #6435.

---------

Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
XSAM and MrAlias authored Dec 14, 2024
1 parent a5d76d0 commit fb93ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"matchPackageNames": ["go.opentelemetry.io/otel/**"],
"allowedVersions": "/^v[0-9]+\\.[0-9]+\\.[0-9]+/"
"enabled": false
}
]
}

0 comments on commit fb93ce4

Please sign in to comment.