From 310da8700c6589d90dc4db0e74586a7004b688d9 Mon Sep 17 00:00:00 2001 From: Alex Boten <223565+codeboten@users.noreply.github.com> Date: Tue, 7 May 2024 10:18:52 -0700 Subject: [PATCH] [chore] fix package prefix 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" }, {