From f79ef95ac314ce416fae7ec3d9d8dacc52889423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Thu, 25 Jan 2024 13:32:33 +0000 Subject: [PATCH] Update STACKIT SDK modules renovate group name (#234) --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f9f51b50..d3c9f430 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,7 +8,7 @@ "packageRules": [ { "matchSourceUrls": ["https://github.com/stackitcloud/stackit-sdk-go"], - "groupName": "SDK" + "groupName": "STACKIT SDK modules" } ], "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]