Configure Renovate (#159)

Add renovate.json

Reviewed-on: vikunja/api#159
This commit is contained in:
renovate 2020-04-05 15:11:27 +00:00 committed by konrad
parent 8f4139f44a
commit 36fdff5b8b
1 changed files with 6 additions and 0 deletions

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}