From ebf2507b57183098ac652ad6cbb50f20c053a67e Mon Sep 17 00:00:00 2001 From: drew Date: Mon, 16 Mar 2026 10:22:24 +0400 Subject: [PATCH] chore: make renovate bump go by patches Signed-off-by: drew --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 861b5fb4..940ba1c2 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,9 @@ { "matchPackageNames": ["go"], "matchManagers": ["gomod", "github-actions"], - "groupName": "go" + "groupName": "go", + "rangeStrategy": "bump", + "updateTypes": ["major", "minor", "patch"] } ] }