Configure Renovate (#80)

Add renovate.json

Reviewed-on: vikunja/frontend#80
This commit is contained in:
renovate 2020-04-05 15:11:10 +00:00 committed by konrad
parent ede990ed85
commit 7d41603ba6
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"
]
}