From c95c060e24610cea77a1040c3aa2f53972d8b9e5 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Fri, 18 Oct 2024 12:17:45 +0200 Subject: [PATCH] renovate.json: configure Konflux updates The renovate.json file determines how often Konflux will open PRs to update the tekton configs. See #2524. --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..4e6ae78d --- /dev/null +++ b/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" + ] +}