diff --git a/.github/renovate.json b/.github/renovate.json index 6b878865..f9f51b50 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,21 +1,15 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ], - "prHourlyLimit": 10, - "labels": [ - "renovate" - ], - "repositories": [ - "stackitcloud/terraform-provider-stackit" - ], - "enabledManagers": [ - "gomod", - "github-actions" - ], - "postUpdateOptions": [ - "gomodTidy", - "gomodUpdateImportPaths" - ] -} \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended"], + "prHourlyLimit": 10, + "labels": ["renovate"], + "repositories": ["stackitcloud/terraform-provider-stackit"], + "enabledManagers": ["gomod", "github-actions"], + "packageRules": [ + { + "matchSourceUrls": ["https://github.com/stackitcloud/stackit-sdk-go"], + "groupName": "SDK" + } + ], + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"] +}