From 8bb921e5362816e6c0d287b17775be9f08aa1de4 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 4 Feb 2024 20:40:23 +0100 Subject: [PATCH] ci(renovate): Slow down renovate merge requests --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index c169716b3..ee278c308 100644 --- a/renovate.json +++ b/renovate.json @@ -150,6 +150,17 @@ ], "minimumReleaseAge": "14 days" }, + { + "matchDatasources": [ + "helm" + ], + "matchPackageNames": [ + "renovate" + ], + "schedule": [ + "on Monday" + ] + }, { "matchFileNames": [ "images/kos/**" -- GitLab