From 7ef73f0638fa466d4f39ff7c2c767fa2a8427241 Mon Sep 17 00:00:00 2001 From: carole-lavillonniere Date: Thu, 9 Apr 2026 14:57:52 +0200 Subject: [PATCH] chore: disable major Go dependency updates in Renovate Major Go module version bumps require import path changes throughout the source code, which Renovate cannot do automatically. Disable these PRs to avoid noise from incomplete updates. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index adb75dad..3b168fd9 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,7 @@ "matchManagers": ["gomod"], "excludePackageNames": ["go"], "matchUpdateTypes": ["major"], - "groupName": "Go dependencies (major)" + "enabled": false } ] }