fix: add renovate config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-01-22 00:02:23 +01:00
parent b5692c03d9
commit c0a6f5c8f5
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 8 additions and 0 deletions

8
renovate.json Normal file
View File

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