From b8bd0ce6a3a0db05bbd91717f6803cf6f8825fbd Mon Sep 17 00:00:00 2001 From: Bence Csati Date: Tue, 17 Dec 2024 11:07:38 +0100 Subject: [PATCH] fix: renovate regex Signed-off-by: Bence Csati --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 74039e7..55b1d1a 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,7 @@ "schedule:daily", "group:all" ], - "allowedPostUpgradeCommands": ["^make"], + "allowedPostUpgradeCommands": ["^make (tidy|generate)$"], "configMigration": true, "constraints": { "go": "1.23"