db-wait/renovate.json
Markus Pesch e44cbaeed3
All checks were successful
continuous-integration/drone/push Build is passing
fix: rebase label
2021-10-30 11:58:49 +02:00

12 lines
275 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"postUpdateOptions": [
"gomodTidy"
]
}