Group SDK updates (#231)

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
Henrique Santos 2024-01-24 13:50:34 +00:00 committed by GitHub
parent 53980a8da5
commit 2ef388808c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
.github/renovate.json vendored
View file

@ -1,21 +1,15 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended" "prHourlyLimit": 10,
], "labels": ["renovate"],
"prHourlyLimit": 10, "repositories": ["stackitcloud/terraform-provider-stackit"],
"labels": [ "enabledManagers": ["gomod", "github-actions"],
"renovate" "packageRules": [
], {
"repositories": [ "matchSourceUrls": ["https://github.com/stackitcloud/stackit-sdk-go"],
"stackitcloud/terraform-provider-stackit" "groupName": "SDK"
], }
"enabledManagers": [ ],
"gomod", "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
"github-actions" }
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}