From 1d412da9ba8a05d8dd584cfd30505a39eef8450c Mon Sep 17 00:00:00 2001 From: drew Date: Tue, 17 Mar 2026 14:28:27 +0400 Subject: [PATCH] fix: make renovate bump go Signed-off-by: drew --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 861b5fb..0dd8616 100644 --- a/renovate.json +++ b/renovate.json @@ -4,9 +4,9 @@ "postUpdateOptions": ["gomodTidy"], "packageRules": [ { - "matchPackageNames": ["go"], - "matchManagers": ["gomod", "github-actions"], - "groupName": "go" + "matchDepNames": ["go"], + "groupName": "go", + "rangeStrategy": "bump" } ] }