From 6f36612b4fa83b0e30ef6c2a5f37f629f1c7d0b4 Mon Sep 17 00:00:00 2001 From: Amit Upadhye Date: Wed, 9 Oct 2024 13:15:09 +0530 Subject: [PATCH] Hook for triggering the Konflux build --- ros/processor/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ros/processor/renovate.json diff --git a/ros/processor/renovate.json b/ros/processor/renovate.json new file mode 100644 index 00000000..4e6ae78d --- /dev/null +++ b/ros/processor/renovate.json @@ -0,0 +1,11 @@ +{ + "extends": [ + "github>konflux-ci/mintmaker//config/renovate/renovate.json" + ], + "schedule": [ + "on Monday after 3am and before 10am" + ], + "ignorePaths": [ + ".pre-commit-config.yaml" + ] +}