Group SDK updates (#231)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
This commit is contained in:
parent
53980a8da5
commit
2ef388808c
1 changed files with 14 additions and 20 deletions
34
.github/renovate.json
vendored
34
.github/renovate.json
vendored
|
|
@ -1,21 +1,15 @@
|
|||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
"$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": "SDK"
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue