Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] fix package prefix (open-telemetry#10116)
Browse files Browse the repository at this point in the history
should not have included `https`

(cherry picked from commit f233166)
codeboten authored and steves-canva committed Jun 13, 2024

Verified

This commit was signed with the committer’s verified signature.
Tbaile Bailetti Tommaso
1 parent 0306f41 commit 0d7ce58
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
@@ -52,7 +52,7 @@
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["https://golang.org/x"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
},
{

0 comments on commit 0d7ce58

Please sign in to comment.