From d9316a0e7230ab1c7b8ee656e37ef246652cb9c3 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 22 Aug 2024 16:01:56 -0700 Subject: [PATCH] Set the schedule to monthly --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 4bb01e79..abd344b0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>nginxinc/k8s-common" + "github>nginxinc/k8s-common", + "schedule:monthly" ], "rangeStrategy": "bump" }