markdownlint-docker/renovate.json
Markus Pesch ec2286d332
All checks were successful
continuous-integration/drone/push Build is passing
fix(ci): renovate rebase conditions
2021-10-30 12:13:14 +02:00

9 lines
228 B
JSON

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