From a136afcb4416e57ff3599f2a6ef0fda888c9aa51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:46:33 +0000 Subject: [PATCH] chore: remove minimumReleaseAge for go-git/sha1cd cut releases --- default.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/default.json b/default.json index c7385b1..f421261 100644 --- a/default.json +++ b/default.json @@ -79,6 +79,21 @@ "matchNewValue": "/\\d{14}-[0-9a-f]{12}(\\+incompatible)?$/", "minimumReleaseAge": "7 days" }, + { + "matchManagers": [ + "gomod" + ], + "matchPackagePrefixes": [ + "github.com/go-git/", + "github.com/pjbgf/sha1cd" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch" + ], + "minimumReleaseAge": "0 days" + }, { "matchDatasources": [ "golang-version"