Configure Renovate (#159)
All checks were successful
continuous-integration/drone/push Build is passing

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

6
renovate.json Normal file
View File

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