* Fix wrong config * Update import paths on major module updates --------- Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
21 lines
No EOL
431 B
JSON
21 lines
No EOL
431 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"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy",
|
|
"gomodUpdateImportPaths"
|
|
]
|
|
} |