youp0m/renovate.json
Pierre-Olivier Mercier 0c4a9e4935
All checks were successful
continuous-integration/drone/push Build is passing
renovate: Auto-merge aws-sdk-go updates
2022-09-10 23:04:41 +02:00

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