Configure Renovate (#1)

Add renovate.json

Co-authored-by: AviorBOT <no-reply@delta-wings.net>
Reviewed-on: https://git.delta-wings.net/dzeio/dotfiles/pulls/1
This commit is contained in:
AviorBOT 2020-04-01 09:18:29 +00:00 committed by Florian Bouillon
parent 9c65463684
commit a812bf24c5

7
renovate.json Normal file
View File

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