From 545a4b18ba2a72ad8835a6e0aca19b3bbebee669 Mon Sep 17 00:00:00 2001 From: ysk8hori Date: Sun, 12 May 2024 00:00:03 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore(renovate):=20=E4=BE=9D=E5=AD=98?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE=E3=83=90?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92pin=E3=81=A7?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 5f24c3eb..a371d361 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,7 @@ "baseBranches": ["main"], "timezone": "Asia/Tokyo", "schedule": ["after 5pm and before 10pm"], + "rangeStrategy": "pin", "packageRules": [ { "matchUpdateTypes": ["major", "minor"], From e63ab7679010e4aa61cb9033e5f6f68cf29318ce Mon Sep 17 00:00:00 2001 From: ysk8hori Date: Sun, 12 May 2024 00:11:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore(renovate):=20renovate=20=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E3=81=AE=E8=A6=8B=E7=9B=B4=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 週1木曜にする --- renovate.json => renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename renovate.json => renovate.json5 (89%) diff --git a/renovate.json b/renovate.json5 similarity index 89% rename from renovate.json rename to renovate.json5 index a371d361..5b2d1630 100644 --- a/renovate.json +++ b/renovate.json5 @@ -1,8 +1,8 @@ { - "extends": ["config:base"], + "extends": ["config:recommended"], "baseBranches": ["main"], "timezone": "Asia/Tokyo", - "schedule": ["after 5pm and before 10pm"], + "schedule": ["after 5pm and before 10pm on Thursday"], "rangeStrategy": "pin", "packageRules": [ {