20 lines
No EOL
398 B
JSON
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"
|
|
]
|
|
} |