Configure Renovate (#5)

* Add renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Philipp <ppetzold@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2021-03-04 13:37:03 +01:00 committed by GitHub
parent 477180cb81
commit 501e87d223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "http://json.schemastore.org/renovate",
"extends": ["config:base"],
"updateLockFiles": true,
"rangeStrategy": "bump"
}