updated .drone.yml and renovate.json

This commit is contained in:
Samuel Philipp 2021-02-01 21:49:18 +01:00
parent b2c146fae6
commit b8c561c0a1
2 changed files with 5 additions and 8 deletions

View file

@ -5,5 +5,6 @@
"baseBranches": [
"develop"
],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"rebaseWhen": "behind-base-branch"
}