Configure Renovate (#1)

Add renovate.json

Co-authored-by: AviorBOT <no-reply@delta-wings.net>
Reviewed-on: https://git.delta-wings.net/tcgdex/javascript-sdk/pulls/1
This commit is contained in:
AviorBOT 2020-04-01 07:59:20 +00:00 committed by Florian Bouillon
parent 8b8c20308f
commit f779477fc9

6
renovate.json Normal file
View File

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