youp0m/renovate.json

11 lines
221 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["github.com/aws/aws-sdk-go"],
"automerge": true,
"automergeType": "branch"
}
]
}