Kaynağa Gözat

configure renovate using openzeppelin shareable config

Francisco Giordano 5 yıl önce
ebeveyn
işleme
0c27ecc536
1 değiştirilmiş dosya ile 2 ekleme ve 9 silme
  1. 2 9
      renovate.json

+ 2 - 9
renovate.json

@@ -1,18 +1,11 @@
 {
-  "rangeStrategy": "replace",
   "extends": [
-    "config:base",
-    ":maintainLockFilesWeekly",
-    "group:allNonMajor",
-    "schedule:weekly"
+    "github>OpenZeppelin/code-style"
   ],
   "packageRules": [
     {
       "extends": ["packages:eslint"],
       "enabled": false
     }
-  ],
-  "lockFileMaintenance": {
-    "commitMessageAction": "Update lockfile"
-  }
+  ]
 }