From cd4553702ace4d10c7ed2b5a4cc938f229b93f51 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Sat, 14 Feb 2026 22:01:37 +1100 Subject: [PATCH] ci: update renovate --- .renovaterc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.renovaterc b/.renovaterc index 525840a..fa1096a 100644 --- a/.renovaterc +++ b/.renovaterc @@ -18,7 +18,8 @@ "github-actions" ], "postUpdateOptions": [ - "gomodTidy" + "gomodTidy", + "gomodMassage" ], "branchPrefix": "renovate-", "rebaseWhen": "conflicted",