From 18e4252cbb41a0ec440eddf93745e27cb4b60b7d Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Thu, 31 Oct 2024 08:12:22 +0900 Subject: [PATCH] =?UTF-8?q?ci(renovate):=20=E3=82=B9=E3=82=B1=E3=82=B8?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=83=AB=E3=81=AE=E9=A0=BB=E5=BA=A6=E3=82=92?= =?UTF-8?q?=E4=BD=8E=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json5 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 40496f9..f59f67c 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,10 +3,13 @@ "extends": [ "config:base", ":automergeMinor", - ":disableDependencyDashboard", - ":prHourlyLimitNone", - ":timezone(Asia/Tokyo)" ], + "timezone": "Asia/Tokyo", + "schedule": [ + // "every monday and thursday at 7:00", + "* 7 * * 1,4" + ], + "dependencyDashboard": false, "labels": [ "dependencies" ],