From c16655bab66a5feb03fc0644562471ad56596297 Mon Sep 17 00:00:00 2001 From: Tomachi <8929706+book000@users.noreply.github.com> Date: Mon, 27 May 2024 07:05:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20renovate=E8=A8=AD=E5=AE=9A=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=81=AE=E5=A4=89=E6=9B=B4=20(#135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: yuuaHP --- renovate.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9..270e76f9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "extends": ["config:base", ":disableRateLimiting"], + "timezone": "Asia/Tokyo", + "automerge": true, + "platformAutomerge": true, + "platformCommit": true }