Skip to content

Commit

Permalink
Configure Renovate (#843)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: F谩bio Santos <fabiosantosart@gmail.com>
  • Loading branch information
3 people committed Oct 1, 2020
1 parent 6beaabb commit 54c5004
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
@@ -0,0 +1,15 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"depTypeList": ["dependencies"],
"updateTypes": ["major"]
},
{
"depTypeList": ["devDependencies"],
"enabled": false
}
]
}

0 comments on commit 54c5004

Please sign in to comment.