From 8ba89b64ca073193eb007d85da2c570ae06c9fba Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 9 Oct 2024 17:30:47 +0900 Subject: [PATCH] =?UTF-8?q?renovate=20bot=20=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=20config:best-practices=20=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index e7b0151..ba6dbe5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended", - "config:semverAllMonthly", + "config:best-practices", + "schedule:monthly", ":automergeAll", ":automergeBranch" ]