From 50e5c4e3774f91bc1d6790b3e2b6bc4197c94d6a Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 4 Oct 2024 22:59:20 +0900 Subject: [PATCH] set up monthly renovations --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 6686b47..ea89ca4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { - "extends": ["config:base", ":preserveSemverRanges"], - "automerge": true + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:best-practices", ":automergeAll", "schedule:monthly"] }