From 7f019dd4634bf09817ff35a8102033f39c67acc5 Mon Sep 17 00:00:00 2001 From: Yuta Kasai Date: Thu, 16 Jan 2025 10:46:32 +0900 Subject: [PATCH 1/2] NO-ISSUE rename --- renovate.json => renovate.json5 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename renovate.json => renovate.json5 (100%) diff --git a/renovate.json b/renovate.json5 similarity index 100% rename from renovate.json rename to renovate.json5 From aebc84333408a8a3a8c4ceb11737f15b86aeb180 Mon Sep 17 00:00:00 2001 From: Yuta Kasai Date: Thu, 16 Jan 2025 10:48:06 +0900 Subject: [PATCH 2/2] NO-ISSUE Update line-openapi at night --- renovate.json5 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json5 b/renovate.json5 index 25cdba114..ba6d4e00f 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -3,6 +3,7 @@ "extends": [ "config:base" ], + "timezone": "Asia/Tokyo", "automerge": true, "platformAutomerge": true, "git-submodules": { @@ -12,7 +13,12 @@ "packageRules": [ { "matchPackagePatterns": ["^line-openapi$"], - "labels": ["dependency upgrade", "line-openapi-update"] + "labels": ["dependency upgrade", "line-openapi-update"], + // In many cases, we would like to update line-openapi by dispatching the GitHub workflow during working + // hours, as there are code changes. + // If that is forgotten, there's a possibility that line-openapi updates or code changes won't happen at + // all, so we allow it to run at night just in case. + "schedule": ["after 11pm and before 4am"] }, { "matchPaths": [