OSDN Git Service

Create renovate.json
authorNeko7sora <oeyvdfqbt@relay.firefox.com>
Tue, 22 Jun 2021 09:00:13 +0000 (18:00 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Jun 2021 09:00:13 +0000 (18:00 +0900)
.github/renovate.json [new file with mode: 0644]

diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644 (file)
index 0000000..18612bd
--- /dev/null
@@ -0,0 +1,13 @@
+{
+    "extends": ["config:base"],
+    "timezone": "Asia/Tokyo",
+    "labels": ["Renovate"],
+    "lockFileMaintenance": {
+        "enabled": true,
+        "schedule": ["before 5pm on wednesday"]
+    },
+    "patch": {
+        "automerge": true
+    },
+    "ignoreDeps": ["node"]
+}