From af3d44cd459edc112908f22dcd63f9782a25fc01 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 20 Aug 2026 15:40:55 +0000 Subject: [PATCH] build: bump github actions schedule to 90 days and go constraint to <1.27 Co-authored-by: pjbgf <5452977+pjbgf@users.noreply.github.com> --- default.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.json b/default.json index f421261..49cf3ee 100644 --- a/default.json +++ b/default.json @@ -17,7 +17,7 @@ "dependencies" ], "constraints": { - "go": "<1.26" + "go": "<1.27" }, "commitMessagePrefix": "build: ", "postUpdateOptions": [ @@ -43,7 +43,7 @@ ], "groupName": "github-actions", "schedule": [ - "* 5-8 * * 1" + "every 90 days" ], "minimumReleaseAge": "15 days" }, @@ -98,7 +98,7 @@ "matchDatasources": [ "golang-version" ], - "allowedVersions": "<1.26.0" + "allowedVersions": "<1.27.0" }, { "groupName": "tooling",