Configure Renovate (#5)

Add renovate.json

Co-authored-by: AviorBOT <no-reply@delta-wings.net>
Reviewed-on: https://git.delta-wings.net/dzeio/FormManager/pulls/5
This commit is contained in:
AviorBOT 2020-04-01 09:18:23 +00:00 committed by Florian Bouillon
parent 0ce4030c5b
commit 1c1aef07ba

7
renovate.json Normal file
View File

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