db-wait/renovate.json
Markus Pesch 9b37cc1966
Some checks reported errors
continuous-integration/drone/push Build was killed
fix(ci): add renovate config
2021-10-24 18:01:36 +02:00

10 lines
200 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"postUpdateOptions": [
"gomodTidy"
]
}