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",
"extends": [
"config:recommended"
],
"prHourlyLimit": 10,
"labels": [
"renovate"
],
"repositories": [
"stackitcloud/terraform-provider-stackit"
],
"enabledManagers": [
"gomod",
"github-actions"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
"$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"]
}