From ecdb9982814f9584d97c87277a53368bc8969f56 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Mon, 16 Mar 2026 10:25:02 +0400 Subject: [PATCH] chore: make renovate bump go by patches (#308) --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 861b5fb49a16d5f5af8f401ac072cb3c3eaa2779..0dd8616eaefe982f96f50da8c796a47dd66b5ded 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" } ] }