Skip to content

Commit

Permalink
[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)
  • Loading branch information
codeboten authored and steves-canva committed Jun 13, 2024
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
Expand Up @@ -52,7 +52,7 @@
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["https://golang.org/x"],
"matchPackagePrefixes": ["golang.org/x"],
"groupName": "All golang.org/x packages"
},
{
Expand Down

0 comments on commit 0d7ce58

Please sign in to comment.