From a5076c1993fc17ea67847e163c12249f5886c201 Mon Sep 17 00:00:00 2001 From: Tomachi <8929706+book000@users.noreply.github.com> Date: Sun, 26 May 2024 19:48:11 +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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 }