Configure Renovate (#2248)

* Add renovate.json

* configure renovatebot

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Francisco Giordano <frangio.1@gmail.com>
pull/2250/head
renovate[bot] 5 years ago committed by GitHub
parent d418da6b91
commit 7ee98cf525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      renovate.json

@ -0,0 +1,13 @@
{
"rangeStrategy": "update-lockfile",
"extends": [
"config:base",
"group:allNonMajor"
],
"packageRules": [
{
"extends": ["packages:eslint"],
"enabled": false
}
]
}
Loading…
Cancel
Save