renovatebot: Extends from local presets
continuous-integration/drone/push Build is running Details

This commit is contained in:
nemunaire 2023-05-05 09:48:44 +02:00
parent a86123ffa9
commit 2745dbc6ab
1 changed files with 3 additions and 10 deletions

View File

@ -1,14 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchPackageNames": ["alpine", "golang.org/x/oauth2", "github.com/aws/aws-sdk-go", "github.com/ProtonMail/go-crypto"],
"automerge": true,
"automergeType": "branch"
}
"extends": [
"local>iac/renovate-config",
"local>iac/renovate-config//automerge-common"
]
}