From 9dd49b649fda7cc422143cd60a65efaf1c08dae5 Mon Sep 17 00:00:00 2001 From: Justin Sherrill Date: Wed, 20 Nov 2024 13:17:38 -0500 Subject: [PATCH] Build: update konflux on mondays (#896) --- renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 000000000..b6991c98c --- /dev/null +++ b/renovate.json @@ -0,0 +1,12 @@ +{ + "extends": [ + "github>konflux-ci/mintmaker//config/renovate/renovate.json" + ], + "schedule": [ + "on Monday after 3am and before 10am" + ], + "ignorePaths": [ + ".pre-commit-config.yaml" + ] +} +