Parcourir la source

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>
renovate[bot] il y a 5 ans
Parent
commit
7ee98cf525
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      renovate.json

+ 13 - 0
renovate.json

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