From d25bf62cab0becc43c9cfd3bc31d52382bc97ef7 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 27 Jan 2025 17:16:38 +0900 Subject: [PATCH] chore: update renovate configuration for best practices and automerge settings --- renovate.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 76127f9..ba6dbe5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,9 @@ { - "extends": ["config:base", "config:semverAllMonthly"], - "automerge": true + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + "schedule:monthly", + ":automergeAll", + ":automergeBranch" + ] }