From 6722dc2b9fea08b2295d17bc602108ce47e9c23f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 05:23:14 +0000 Subject: [PATCH] build: apply go-git minimumReleaseAge only to pseudo-version updates Agent-Logs-Url: https://github.com/go-git/.github/sessions/4740c382-e5bc-4726-a672-4251c867a5ec Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com> --- default.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" }, {