From f23316625776a917dbf625c5e1640330fa3d022a Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Tue, 7 May 2024 10:43:21 -0700 Subject: [PATCH] [chore] fix package prefix (#10116) should not have included `https` --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 6f4fd1b062c..46774c4aeec 100644 --- a/renovate.json +++ b/renovate.json @@ -52,7 +52,7 @@ }, { "matchManagers": ["gomod"], - "matchPackagePrefixes": ["https://golang.org/x"], + "matchPackagePrefixes": ["golang.org/x"], "groupName": "All golang.org/x packages" }, {