diff --git a/default.json b/default.json index dd8f0bc..c7385b1 100644 --- a/default.json +++ b/default.json @@ -60,6 +60,15 @@ }, { "groupName": "go-git", + "matchManagers": [ + "gomod" + ], + "matchPackagePrefixes": [ + "github.com/go-git/", + "github.com/pjbgf/sha1cd" + ] + }, + { "matchManagers": [ "gomod" ], @@ -67,6 +76,7 @@ "github.com/go-git/", "github.com/pjbgf/sha1cd" ], + "matchNewValue": "/\\d{14}-[0-9a-f]{12}(\\+incompatible)?$/", "minimumReleaseAge": "7 days" }, {