terraform-provider-stackitp.../.github/renovate.json
Henrique Santos d025012733
Add renovate (#24)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-09-21 16:03:44 +01:00

20 lines
No EOL
398 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"
],
"postUpgradeOptions": [
"gomodTidy"
]
}