terraform-provider-stackitp.../.github/renovate.json
Henrique Santos 9b5ca058ef
Renovate - Fix config, add setting to update import paths on major module updates (#26)
* Fix wrong config

* Update import paths on major module updates

---------

Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
2023-09-21 18:24:11 +01:00

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