From 73cca03814429bb0e9abd69129ac82440f4b1cd5 Mon Sep 17 00:00:00 2001 From: "Yang Wooseong (Andrew)" Date: Thu, 1 Aug 2024 21:20:51 +0900 Subject: [PATCH] Set renovate schedule to monthly (#2401) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue - None ## Summary - renovate 주기를 1달 단위로 조정합니다. ## Details - 파싱이 잘 되는지 안되는지 로컬에서 테스트하기가 어려워서, 이렇게 해보고 다음주 월요일에 잘 되는지 봐야할 것 같습니다. [@breejs/later](https://breejs.github.io/later/parsers.html#text) 파싱 로직에 **대부분** 의존한다고 하는데, 막상 매주 월요일로 잘 설정된 현재 값을 넣고 파싱하면 에러를 뱉습니다. 잘 안되면 cron syntax로 해야할 것 같네요. ### Breaking change? (Yes/No) - No ## References - https://docs.renovatebot.com/configuration-options/#schedule --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 64ff0519b2..2ba74e625e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", ":labels(chore:deps)"], "timezone": "Asia/Seoul", - "schedule": "on Monday after 10am before 7pm", + "schedule": "on Monday after 10am before 7pm every month", "packageRules": [ { "groupName": "style",