From 139433702cd1b5cec4c99842397033cf125afc96 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Wed, 19 Nov 2025 10:24:05 -0500 Subject: [PATCH 1/2] fix renovate cron schedule to be in same time window Signed-off-by: Michael Valdron --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 1cdebcf2..2899774c 100644 --- a/renovate.json +++ b/renovate.json @@ -16,7 +16,8 @@ "tekton" ], "schedule": [ - "* 19-23,0-2 * * 2,4" + "* 19-23 * * 2,4", + "* 0-2 * * 3,5" ] } ], From 61db9b2a83f961a0362fc8aafb3d2611cbdaa911 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Wed, 19 Nov 2025 10:27:57 -0500 Subject: [PATCH 2/2] add package rule to automerge tekton updates Signed-off-by: Michael Valdron --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 2899774c..0e626680 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,13 @@ "* 19-23 * * 2,4", "* 0-2 * * 3,5" ] + }, + { + "description": "Enable automerge Konflux tekton task updates", + "matchManagers": [ + "tekton" + ], + "automerge": true } ], "prHourlyLimit": 20,