From 812ec7c5b79dc6e5595c381912260e49a60cf71c Mon Sep 17 00:00:00 2001 From: Pramod Bindal Date: Thu, 12 Mar 2026 18:48:30 +0530 Subject: [PATCH] update removate schedule --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 7a3ef1c5..2f543736 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "schedule": ["0 0 * * 0"], + "schedule": ["0 0 1 * *"], "extends": [ "github>konflux-ci/mintmaker//config/renovate/renovate.json" ],