[devdocsgjs/main: 1694/1867] fix: configure renovate




commit 152d1b3658022e55a056371fdb2056a83c123578
Author: Oliver Eyton-Williams <ojeytonwilliams gmail com>
Date:   Thu Jun 3 21:57:38 2021 +0200

    fix: configure renovate

 renovate.json | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/renovate.json b/renovate.json
index f45d8f11..1e002cc4 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,5 +1,16 @@
 {
-  "extends": [
-    "config:base"
+  "labels": ["renovate"],
+  "extends": ["config:base"],
+  "branchConcurrentLimit": 20,
+  "dependencyDashboard": true,
+  "major": {
+    "dependencyDashboardApproval": true
+  },
+  "packageRules": [
+    {
+      "matchUpdateTypes": ["minor", "patch", "pin", "digest"],
+      "matchCurrentVersion": "!/^0/",
+      "automerge": true
+    }
   ]
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]