markdownlint-docker/renovate.json
Markus Pesch 244ab21044
All checks were successful
continuous-integration/drone/push Build is passing
fix(ci): assignees with email
2021-10-24 15:58:39 +02:00

13 lines
253 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees":[
"markus.pesch@cryptic.systems"
],
"automerge": true,
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"reviewers": [
"volker.raschek"
]
}