From 139e33d474374c8e26a0e480f077526e131f43bb Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Tue, 26 May 2026 17:27:58 +0000 Subject: [PATCH] Update renovate to refresh the branch creation Signed-off-by: Cosmin Cojocar --- renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 4ac16e0..8be6f38 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "branchPrefix": "renovate-updates/", "dependencyDashboard": true, "dependencyDashboardTitle" : "Renovate(bot) : dependency dashboard", "vulnerabilityAlerts": { @@ -11,13 +10,20 @@ "group:all", "schedule:weekly" ], + "packageRules": [ + { + "matchPackagePatterns": ["*"], + "groupName": "all dependencies", + "groupSlug": "fresh-updates" + } + ], "lockFileMaintenance": { "commitMessageAction": "Update", "enabled": true, "extends": [ - "group:all", "schedule:weekly" - ] + ], + "branchName": "renovate/all" }, "postUpdateOptions": [ "gomodTidy",