From 7b57a930e11e9a10572458b5687119a153a24c09 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 6 Sep 2024 10:11:45 +0900 Subject: [PATCH] set up monthly renovations --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ecd630c..ea89ca4 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:best-practices", ":automergeAll"] + "extends": ["config:best-practices", ":automergeAll", "schedule:monthly"] }