terraform-provider-stackitp.../.github/renovate.json
Henrique Santos 2ef388808c
Group SDK updates (#231)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2024-01-24 13:50:34 +00:00

15 lines
471 B
JSON

{
"$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"]
}