From e16312f0d0119f761197f2daa528192d4a3cc676 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 6 Sep 2024 10:13:17 +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"] }