From b58c040a89455ead6d50fc1b8c5c4c96ade83f79 Mon Sep 17 00:00:00 2001 From: Adam Cmiel Date: Mon, 9 Dec 2024 06:42:14 +0100 Subject: [PATCH] renovate: upgrade appstudio-utils only once a week The appstudio-utils image is built on every push to build-definitions. This creates an infinite loop of Renovate update PRs. The updates are hardly ever relevant. Update the image once a week. Signed-off-by: Adam Cmiel --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index eb5db54045..47607284a0 100644 --- a/renovate.json +++ b/renovate.json @@ -18,10 +18,17 @@ ] }, "packageRules": [ + { + "matchPackageNames": [ + "quay.io/konflux-ci/appstudio-utils" + ], + "schedule": [ + "on monday" + ] + }, { "matchPackageNames": [ "quay.io/konflux-ci/pull-request-builds", - "quay.io/konflux-ci/appstudio-utils", "quay.io/konflux-ci/buildah", "quay.io/konflux-ci/source-container-build", "quay.io/redhat-appstudio/e2e-tests",