Configure Renovate (#757)

* Add renovate.json

* Update config

* Bump ranges instead of pinning

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2021-08-25 23:00:13 -04:00 committed by GitHub
parent a418284a4a
commit ec7f9117f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
renovate.json Normal file
View File

@ -0,0 +1,4 @@
{
"extends": ["config:base", "group:allNonMajor"],
"rangeStrategy": "bump"
}