terraform-provider-stackitp.../.github/renovate.json

15 lines
487 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": "STACKIT SDK modules"
}
],
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
}