diff --git a/renovate.json b/renovate.json index 1cdebcf2..0e626680 100644 --- a/renovate.json +++ b/renovate.json @@ -16,8 +16,16 @@ "tekton" ], "schedule": [ - "* 19-23,0-2 * * 2,4" + "* 19-23 * * 2,4", + "* 0-2 * * 3,5" ] + }, + { + "description": "Enable automerge Konflux tekton task updates", + "matchManagers": [ + "tekton" + ], + "automerge": true } ], "prHourlyLimit": 20,