From 657929dfcff891b85f85df5ab2dfdf3244bf06ec Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 25 Nov 2024 11:26:14 +0100 Subject: [PATCH] fix: fix stretchr/testify package name in rule --- golang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golang.json b/golang.json index fc73e23..568cf3f 100644 --- a/golang.json +++ b/golang.json @@ -15,7 +15,7 @@ "extends": ["schedule:weekly"], "matchDatasources": ["github-releases"], "matchPackageNames": [ - "stretchr/testify", + "github.com/stretchr/testify", "mvdan/gofumpt", "golangci/golangci-lint" ],