updated .drone.yml

added renovate.json
This commit is contained in:
Samuel Philipp 2020-11-29 12:31:58 +01:00
parent 4b089f4d56
commit 23629a3520
3 changed files with 60 additions and 1 deletions

9
renovate.json Normal file
View file

@ -0,0 +1,9 @@
{
"assignees": [
"samuel-p"
],
"baseBranches": [
"master"
],
"rangeStrategy": "bump"
}