From 69c0c38841d06d720fd955a295252eeee870a75c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:30:01 +0000 Subject: [PATCH 1/2] Initial plan From 603c5b74deae3c0d61abecdd5cd250cf578ecab9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Dec 2025 22:33:27 +0000 Subject: [PATCH 2/2] chore: set renovate to monthly schedule Co-authored-by: echoja <73801151+echoja@users.noreply.github.com> --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 22a99432..90f10be0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["config:recommended"], + "schedule": ["on the first day of the month"] }