ソースを参照

Add renovate config

Sean 3 年 前
コミット
0547f1134b
1 ファイル変更17 行追加0 行削除
  1. 17 0
      renovate.json

+ 17 - 0
renovate.json

@@ -0,0 +1,17 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "packageRules": [
+    {
+      "matchUpdateTypes": ["minor", "patch"],
+      "matchCurrentVersion": "!/^0/",
+      "automerge": true
+    }
+  ],
+  "lockFileMaintenance": {
+    "enabled": true,
+    "automerge": true,
+    "automergeType": "pr",
+    "platformAutomerge": true
+  },
+  "reviewers": ["Sean"]
+}