Configure Renovate (#3)

Add renovate.json

Co-authored-by: AviorBOT <no-reply@delta-wings.net>
Reviewed-on: https://git.delta-wings.net/dzeio/markblog/pulls/3
This commit is contained in:
AviorBOT 2020-04-01 08:54:39 +00:00 committed by Florian Bouillon
parent fee40613f1
commit 031bc79602

7
renovate.json Normal file
View File

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