From 7b7906f3c5cae24a0709a749f7224577fd1a5637 Mon Sep 17 00:00:00 2001 From: Rohini Chandra <61837065+r14chandra@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:26:11 +0530 Subject: [PATCH] RHINENG-12621 configure Renovate to batch Konflux changes to a particular day --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..aca62e1d --- /dev/null +++ b/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": ["github>konflux-ci/mintmaker//config/renovate/renovate.json"], + "schedule": ["on sunday"], + "timezone": "Asia/Kolkata" + } \ No newline at end of file