From 2085222ce1d8c9ad932f383d3ea0443743c56581 Mon Sep 17 00:00:00 2001 From: Michael Valdron Date: Mon, 13 Jan 2025 11:41:35 -0500 Subject: [PATCH] add konflux renovate config Signed-off-by: Michael Valdron --- renovate.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..d925a761 --- /dev/null +++ b/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + "helpers:pinGitHubActionDigests", + ":gitSignOff" + ], + "timezone": "America/Toronto", + "schedule": ["after 9pm on tuesday and thursday"], + "enabledManagers": ["tekton"], + "prHourlyLimit": 20, + "prConcurrentLimit": 10 +} \ No newline at end of file